Fixed bugs with task runner classes
Fixed strict errors in foreground and background task classes.
This commit is contained in:
9
lib/RippingCluster/IPluginFactory.class.php
Normal file
9
lib/RippingCluster/IPluginFactory.class.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
interface RippingCluster_IPluginFactory {
|
||||
|
||||
public static function init();
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user