From: Marcus Boerger Date: Mon, 4 Aug 2003 23:21:27 +0000 (+0000) Subject: You shall not Copy'n'Paste after midnight without checking 3 times X-Git-Tag: RELEASE_1_2b5~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1716669a2788ef3de14d09f1a75e0db848f1d058;p=php You shall not Copy'n'Paste after midnight without checking 3 times --- diff --git a/ext/spl/spl.php b/ext/spl/spl.php index 78495018e6..2edde96154 100755 --- a/ext/spl/spl.php +++ b/ext/spl/spl.php @@ -315,7 +315,7 @@ class spl_dir implements spl_sequence { * * \param $path directory to iterate. */ - private function __construct($path); + function __construct($path); /*! \copydoc spl_sequence::rewind */