Code

Removed ACL warning
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Apr 2010 12:18:41 +0000 (12:18 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Apr 2010 12:18:41 +0000 (12:18 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17839 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_SnapShotDialog.inc

index eca00222e5c659292037d028efc6488eeaf6386a..315e9b451f8e1cb9922c68018de478cde6595a51 100644 (file)
@@ -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]);