]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/lists/class_BaseList.php
'hub' project continued:
[hub.git] / application / hub / main / lists / class_BaseList.php
index a484879959ee3e4153d7d3eac3e0f87bca92086f..0fd7a8a8079d613843ba78e4bcfc97da47e92af4 100644 (file)
@@ -203,7 +203,7 @@ class BaseList extends BaseHubSystem implements IteratorAggregate, Countable {
 
                // Add the hash to the index
                $this->listIndex[] = $hash;
-               //* DEBUG: */ print $groupName.'/'.count($this->listIndex).chr(10);
+               //* DEBUG: */ print $groupName.'/'.$this->count().chr(10);
 
                // Now add the entry to the list
                $this->listEntries[$hash] = $entry;