Skip to content

Commit

Permalink
- Fix docu
Browse files Browse the repository at this point in the history
  • Loading branch information
helly25 committed Mar 26, 2006
1 parent bf4ae10 commit 7b70ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/spl/internal/iteratoriterator.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b70ca4

Please sign in to comment.