From: Marcus Boerger Date: Sun, 26 Mar 2006 02:24:33 +0000 (+0000) Subject: - Fix docu X-Git-Tag: php-5.1.3RC2~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b70ca475f0cf12a0d9e33a062a9de8e21737327;p=php - Fix docu --- diff --git a/ext/spl/internal/iteratoriterator.inc b/ext/spl/internal/iteratoriterator.inc index ebe946187b..51339d28de 100755 --- a/ext/spl/internal/iteratoriterator.inc +++ b/ext/spl/internal/iteratoriterator.inc @@ -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