masterdxb / sweetcron

Automatically exported from code.google.com/p/sweetcron
0 stars 0 forks source link

Numeric Domain (12seconds.tv) #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by crest...@gmail.com on 28 Aug 2008 at 12:49

GoogleCodeExporter commented 8 years ago
Also I've got the 12seconds.tv plugin working... I've attached it if interested.

Original comment by crest...@gmail.com on 28 Aug 2008 at 1:01

Attachments: