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,9 +6,9 @@ require_once '../private/config.php';
require_once(SihnonFramework_Lib . 'SihnonFramework/Main.class.php');
require_once 'Net/Gearman/Worker.php';
SihnonFramework_Main::registerAutoloadClasses('Sihnon', SihnonFramework_Lib,
'RippingCluster', SihnonFramework_Main::makeAbsolutePath('../lib/'));
SihnonFramework_Main::registerAutoloadClasses('Net', SihnonFramework_Main::makeAbsolutePath('../lib/'));
SihnonFramework_Main::registerAutoloadClasses('SihnonFramework', SihnonFramework_Lib,
'RippingCluster', SihnonFramework_Main::makeAbsolutePath('../source/lib/'));
SihnonFramework_Main::registerAutoloadClasses('Net', SihnonFramework_Main::makeAbsolutePath('../source/lib/'));
try {
@@ -25,4 +25,4 @@ try {
die("Uncaught Exception: " . $e->getMessage());
}
?>
?>