From 8b383affd2116c2a395dbf99ae5d5fb13fef726f Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 26 Apr 2010 12:18:41 +0000 Subject: [PATCH] Removed ACL warning git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17839 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_SnapShotDialog.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_SnapShotDialog.inc b/gosa-core/include/class_SnapShotDialog.inc index eca00222e..315e9b451 100644 --- a/gosa-core/include/class_SnapShotDialog.inc +++ b/gosa-core/include/class_SnapShotDialog.inc @@ -177,7 +177,7 @@ class SnapShotDialog extends plugin function save_object() { - plugin::save_object(); +// plugin::save_object(); foreach($this->attributes as $name){ if(isset($_POST[$name])){ $this->$name = stripslashes($_POST[$name]); -- 2.30.2