Code

Updated config Editor
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 4 May 2010 16:05:42 +0000 (16:05 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 4 May 2010 16:05:42 +0000 (16:05 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18055 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/addons/configViewer/class_configViewer.inc
gosa-core/plugins/addons/configViewer/main.inc

index 343f038456e59c04fd3dca654410c0697ee07deb..aa6003def684786611caa8a6422a49996a0cfe54 100644 (file)
@@ -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());
     }
 
 
index afdbdfc9db652a70f59a2e61c441d92177b2b4a4..cc2e1190245b4150682b139803aaa103efbe1d00 100644 (file)
@@ -23,6 +23,7 @@
 */
 if ($remove_lock){
     if(session::is_set('configViewer')){
+        $config->configRegistry->reload($force=TRUE);
     }
 }