From: hickert Date: Mon, 11 Jan 2010 11:26:14 +0000 (+0000) Subject: Reset skipFooter after dialogs are closed X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=caacf0ff9d3a1cefe9ce5177d8e2c63261fe321a;p=gosa.git Reset skipFooter after dialogs are closed git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15139 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index 359cad23b..70e87321b 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -746,6 +746,7 @@ class management $this->dns = array(); $this->tabObject = null; $this->dialogObject = null; + $this->skipFooter = FALSE; set_object_info(); }