]> granicus.if.org Git - php/commitdiff
- Fix docu
authorMarcus Boerger <helly@php.net>
Sun, 26 Mar 2006 02:24:33 +0000 (02:24 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 26 Mar 2006 02:24:33 +0000 (02:24 +0000)
ext/spl/internal/iteratoriterator.inc

index ebe946187bee3b18cac5a61d17c35e313e9a14e8..51339d28de6e55f5d198bf4ff2ca482daa290e09 100755 (executable)
@@ -109,7 +109,7 @@ class IteratorIterator implements OuterIterator
         */
        function __call($func, $params)
        {
-               return call_user_func_array(array($this->it, $func), $params);
+               return call_user_func_array(array($this->iterator, $func), $params);
        }
 
        /** The inner iterator must be private because when this class will be