From: hickert Date: Thu, 25 Mar 2010 10:11:01 +0000 (+0000) Subject: Fixed image button beaviour in application menus X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8ad27dc9c5635e7379f7eaad6a3e2acec4c453f5;p=gosa.git Fixed image button beaviour in application menus git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17292 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc b/gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc index 457fc85f4..78db0864b 100644 --- a/gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc +++ b/gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc @@ -814,7 +814,7 @@ class appgroup extends plugin { foreach($_POST as $name => $value){ - if(preg_match("/^menu_copy_/",$name)){ + if(preg_match("/^menu_copy/",$name)){ $this->copied_release = $this->FAIrelease; break; } @@ -823,7 +823,7 @@ class appgroup extends plugin $this->_remove_entry_id($current_rel); break; } - if(preg_match("/^menu_paste_/",$name)){ + if(preg_match("/^menu_paste/",$name)){ $source_rel = $this->_get_release_key($this->copied_release); $current_rel = $this->_get_release_key($this->FAIrelease);