Code

Reset skipFooter after dialogs are closed
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Jan 2010 11:26:14 +0000 (11:26 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Jan 2010 11:26:14 +0000 (11:26 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15139 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_management.inc

index 359cad23bc8970998fb510a10878639b47b458dc..70e87321bf9f310f7ef5b46097076b2b76a4bb45 100644 (file)
@@ -746,6 +746,7 @@ class management
     $this->dns = array();
     $this->tabObject = null;
     $this->dialogObject = null;
+    $this->skipFooter = FALSE;
     set_object_info();
   }