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

index 454a41df577f3df9028cc7368a05204877de21e0..b14a48370f9cec530f9b974b7551bf0c32495e13 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