From: Marcus Boerger Date: Tue, 7 Mar 2006 20:22:12 +0000 (+0000) Subject: - WS X-Git-Tag: RELEASE_1_3~499 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05ffb7902d542c3be9077d62af7c41f9a3430386;p=php - WS --- diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c index 2b5c7da5d0..123481c7c1 100755 --- a/ext/spl/spl_directory.c +++ b/ext/spl/spl_directory.c @@ -437,8 +437,8 @@ SPL_METHOD(DirectoryIterator, __construct) if (!len) { php_set_error_handling(EH_NORMAL, NULL TSRMLS_CC); - zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Directory name must not be empty."); - return; + zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Directory name must not be empty."); + return; } intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);