From: hickert Date: Mon, 26 Apr 2010 12:18:41 +0000 (+0000) Subject: Removed ACL warning X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8b383affd2116c2a395dbf99ae5d5fb13fef726f;p=gosa.git Removed ACL warning git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17839 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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]);