]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/pools/class_BasePool.php
Removed old-lost comments, moved two class instances around:
[hub.git] / application / hub / main / pools / class_BasePool.php
index 458dc656dac16e5d977308a95d64dfb866403ff3..462d3ad1f6c9e06a42d36bc14a5da402f9a45d0a 100644 (file)
@@ -76,7 +76,7 @@ class BasePool extends BaseHubSystem implements Visitable {
         * @return      void
         */
        protected final function addPoolEntry ($poolEntry) {
-               $this->getPoolEntriesInstance()->addEntry('generic', $poolEntry);
+               $this->getPoolEntriesInstance()->addEntry('pool', $poolEntry);
        }
 
        /**