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

index f9ab69a6acfb6a06a4e03f4eed95610d8edf9402..647fc18385a3e064543fc034ffe63558e0e44734 100644 (file)
@@ -165,7 +165,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