Export to GitHub

sweetcron - issue #9

Numeric Domain (12seconds.tv)


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 Panda

Also I've got the 12seconds.tv plugin working... I've attached it if interested.

Attachments

Status: New

Labels:
Type-Defect Priority-Medium