From: hickert Date: Tue, 9 Mar 2010 11:47:21 +0000 (+0000) Subject: Updated sortable list X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=503c8de0830c003adc0be609187af7deaf8596c7;p=gosa.git Updated sortable list -Reset the actions after page reload, else we loop in edit mode. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16359 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_sortableListing.inc b/gosa-core/include/class_sortableListing.inc index e526029db..cbb233458 100644 --- a/gosa-core/include/class_sortableListing.inc +++ b/gosa-core/include/class_sortableListing.inc @@ -369,6 +369,7 @@ class sortableListing { } // Delete requested? + $this->action = ""; if (strpos($this->acl, 'd') !== false){ foreach ($_POST as $key => $value) { if (preg_match('/^del_'.$this->id.'_([0-9]+)_x.*$/', $key, $matches)) {