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

@@ -4,7 +4,7 @@ require_once '../private/config.php';
require_once(SihnonFramework_Lib . 'SihnonFramework/Main.class.php');
//require_once RippingCluster_Lib . 'RippingCluster/Main.class.php';
SihnonFramework_Main::registerAutoloadClasses('Sihnon', SihnonFramework_Lib,
SihnonFramework_Main::registerAutoloadClasses('SihnonFramework', SihnonFramework_Lib,
'RippingCluster', SihnonFramework_Main::makeAbsolutePath('../source/lib/'));
?>