Code

Fixed add entry
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 19 Jan 2010 17:14:45 +0000 (17:14 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 19 Jan 2010 17:14:45 +0000 (17:14 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15213 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_sortableListing.inc

index 6c8e65647619dc9c3cd6472bbd879a21ae3c43d5..19c3c26a0122a6e5de4a30cb55bd56d84aa46647 100644 (file)
@@ -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);
   }