From efb7db35d8f0f29fc0f15bee95544dd487d410f9 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Mon, 20 Jun 2011 22:33:18 +0100 Subject: [PATCH] Fixed typo in _inc.php --- webui/_inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/_inc.php b/webui/_inc.php index c65988b..d80eca9 100644 --- a/webui/_inc.php +++ b/webui/_inc.php @@ -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); ?>