From caacf0ff9d3a1cefe9ce5177d8e2c63261fe321a Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 11 Jan 2010 11:26:14 +0000 Subject: [PATCH] Reset skipFooter after dialogs are closed git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15139 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_management.inc | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.30.2