From 4f81b28d8fbbe75c32faa38e569485c2f581e8b3 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 19 Jan 2010 17:14:45 +0000 Subject: [PATCH] Fixed add entry git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15213 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_sortableListing.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_sortableListing.inc b/gosa-core/include/class_sortableListing.inc index 6c8e65647..19c3c26a0 100644 --- a/gosa-core/include/class_sortableListing.inc +++ b/gosa-core/include/class_sortableListing.inc @@ -426,7 +426,7 @@ class sortableListing { // Append to data and mapping $this->data[]= $entry; - $this->displayData[]= $displayData; + $this->displayData[]= $displayEntry; $this->mapping[]= count($this->mapping); } -- 2.30.2