Fixed typo in _inc.php

This commit is contained in:
2011-06-20 22:33:18 +01:00
parent 841a5b9f92
commit efb7db35d8

View File

@@ -3,7 +3,7 @@
require_once '/etc/ripping-cluster/config.php';
require_once SihnonFramework_Lib . 'SihnonFramework/Main.class.php';
SihnonFramework::registerAutoloadClasses('SihnonFramework', SihnonFramework_Lib,
SihnonFramework_Main::registerAutoloadClasses('SihnonFramework', SihnonFramework_Lib,
'RippingCluster', RippingCluster_Lib);
?>