From e0f580ea83145b6e0d1411149e0962e0b19a9c0d Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 19 Jan 2010 17:30:33 +0000 Subject: [PATCH] Added modify flag for changes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15214 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_sortableListing.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/gosa-core/include/class_sortableListing.inc b/gosa-core/include/class_sortableListing.inc index 19c3c26a0..cf7a5e66f 100644 --- a/gosa-core/include/class_sortableListing.inc +++ b/gosa-core/include/class_sortableListing.inc @@ -428,6 +428,7 @@ class sortableListing { $this->data[]= $entry; $this->displayData[]= $displayEntry; $this->mapping[]= count($this->mapping); + $this->modified= true; } -- 2.30.2