From 8ad27dc9c5635e7379f7eaad6a3e2acec4c453f5 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 25 Mar 2010 10:11:01 +0000 Subject: [PATCH] Fixed image button beaviour in application menus git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17292 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/groups/apps/class_groupApplication.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.30.2