From c3841185f6d3f865a696caac7268e9cc5ddd97f1 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 4 May 2010 16:05:42 +0000 Subject: [PATCH] Updated config Editor git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18055 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/addons/configViewer/class_configViewer.inc | 4 ++-- gosa-core/plugins/addons/configViewer/main.inc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gosa-core/plugins/addons/configViewer/class_configViewer.inc b/gosa-core/plugins/addons/configViewer/class_configViewer.inc index 343f03845..aa6003def 100644 --- a/gosa-core/plugins/addons/configViewer/class_configViewer.inc +++ b/gosa-core/plugins/addons/configViewer/class_configViewer.inc @@ -37,7 +37,7 @@ class configViewer extends management /*! \brief Execute this plugin * Handle actions/events, locking, snapshots, dialogs, tabs,... */ - function execute() + function renderList() { // Walk trough all properties and check if there posts for us. $all = $this->config->configRegistry->getAllProperties(); @@ -53,7 +53,7 @@ class configViewer extends management $smarty = get_smarty(); $smarty->assign('is_modified', $modified); - return(management::execute()); + return(management::renderList()); } diff --git a/gosa-core/plugins/addons/configViewer/main.inc b/gosa-core/plugins/addons/configViewer/main.inc index afdbdfc9d..cc2e11902 100644 --- a/gosa-core/plugins/addons/configViewer/main.inc +++ b/gosa-core/plugins/addons/configViewer/main.inc @@ -23,6 +23,7 @@ */ if ($remove_lock){ if(session::is_set('configViewer')){ + $config->configRegistry->reload($force=TRUE); } } -- 2.30.2