summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8e1a281)
raw | patch | inline | side by side (parent: 8e1a281)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 May 2010 16:05:42 +0000 (16:05 +0000) | ||
committer | hickert <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 | patch | blob | history | |
gosa-core/plugins/addons/configViewer/main.inc | patch | blob | history |
diff --git a/gosa-core/plugins/addons/configViewer/class_configViewer.inc b/gosa-core/plugins/addons/configViewer/class_configViewer.inc
index 343f038456e59c04fd3dca654410c0697ee07deb..aa6003def684786611caa8a6422a49996a0cfe54 100644 (file)
/*! \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();
$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 afdbdfc9db652a70f59a2e61c441d92177b2b4a4..cc2e1190245b4150682b139803aaa103efbe1d00 100644 (file)
*/
if ($remove_lock){
if(session::is_set('configViewer')){
+ $config->configRegistry->reload($force=TRUE);
}
}