Bug fixes

This commit is contained in:
2011-04-22 00:26:30 +01:00
parent d3fe08d40f
commit edc717ef68
6 changed files with 15 additions and 36 deletions

View File

@@ -6,8 +6,8 @@ require_once '../private/config.php';
require_once(SihnonFramework_Lib . 'SihnonFramework/Main.class.php');
require_once 'Net/Gearman/Client.php';
SihnonFramework_Main::registerAutoloadClasses('Sihnon', SihnonFramework_Lib,
'RippingCluster', SihnonFramework_Main::makeAbsolutePath('../lib/'));
SihnonFramework_Main::registerAutoloadClasses('SihnonFramework', SihnonFramework_Lib,
'RippingCluster', SihnonFramework_Main::makeAbsolutePath('../source/lib/'));
try {
$main = RippingCluster_Main::instance();