refactor: typo
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1029 c26eb9a1-5813-0410-bd6c-c2e55f420ca73.0
parent
0af5f2be26
commit
6c9b719e53
2
xcache.c
2
xcache.c
|
@ -2161,7 +2161,7 @@ static zend_op_array *xc_compile_file(zend_file_handle *h, int type TSRMLS_DC) /
|
|||
#else
|
||||
|| strstr(PG(include_path), "://") != NULL
|
||||
#endif
|
||||
|| xc_shm || xc_shm->disabled
|
||||
|| !xc_shm || xc_shm->disabled
|
||||
) {
|
||||
TRACE("%s", "cacher not enabled");
|
||||
return old_compile_file(h, type TSRMLS_CC);
|
||||
|
|
Loading…
Reference in New Issue