]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/iterator/pool/class_DefaultIterator.php
Hub project continued:
[hub.git] / application / hub / main / iterator / pool / class_DefaultIterator.php
index 1551b0a75a2f30891e9e4f31349dc732eacccb17..52744883713d1d282f8a4dbaf6db25f3572e1483 100644 (file)
@@ -62,7 +62,7 @@ class DefaultIterator extends BaseIterator implements Iterator {
         */
        public function current () {
                // Default is null
-               $current = null;
+               $current = NULL;
 
                // Is the entry valid?
                if (!$this->valid()) {