]> granicus.if.org Git - php/commitdiff
Fixed typo.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 24 Jun 2003 14:36:01 +0000 (14:36 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 24 Jun 2003 14:36:01 +0000 (14:36 +0000)
main/fopen_wrappers.c

index 445e981b8fea2ed17c8f619aee9cbb4be9eaecbc..37ccaa6d4b94d2013088fc3d1ff7fee4e2211001 100644 (file)
@@ -164,7 +164,7 @@ PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path
 
 PHPAPI int php_check_open_basedir(const char *path TSRMLS_DC)
 {
-       return php_check_open_basedir_ex(path, 1 TSRMLS_DC);
+       return php_check_open_basedir_ex(path, 1 TSRMLS_CC);
 }
 
 /* {{{ php_check_open_basedir