From 1716669a2788ef3de14d09f1a75e0db848f1d058 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 4 Aug 2003 23:21:27 +0000 Subject: [PATCH] You shall not Copy'n'Paste after midnight without checking 3 times --- ext/spl/spl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.50.1