Posted on Aug 28, 2008 by
Swift Panda
What steps will reproduce the problem? 1. Add Feed For 12Seconds.tv
What is the expected output? What do you see instead? Working Plugin Manually Added Class Name Invalid
I added
if(is_numeric($class[0])) { $class = '_'.$class; }
to line 106 of
system/application/libraries/sweetcron.php
This means you have to KNOW this though. Then you have to name the plugin with a _ in front of the domain name and the class.... but it works.
Comment #1
Posted on Aug 28, 2008 by Swift PandaAlso I've got the 12seconds.tv plugin working... I've attached it if interested.
- _12seconds_tv.php 1.45KB
Status: New
Labels:
Type-Defect
Priority-Medium