From 510d4f0361d39b96dfe010d77c791f6687945bbf Mon Sep 17 00:00:00 2001 From: Spuds Date: Tue, 2 Apr 2013 15:44:01 -0500 Subject: [PATCH] ! I don't see how it was working calling settings Signed-off-by: Spuds --- sources/controllers/Xml.controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/controllers/Xml.controller.php b/sources/controllers/Xml.controller.php index bfa53ee7f8..a1d905bf35 100644 --- a/sources/controllers/Xml.controller.php +++ b/sources/controllers/Xml.controller.php @@ -157,7 +157,7 @@ function action_corefeatures() { require_once(ADMINDIR . '/ManageCoreFeatures.php'); $controller = new ManageCoreFeatures_Controller(); - $result = $controller->settings(); + $result = $controller->action_index(); // Load up the core features of the system if (empty($result))