mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
replace constants with class constants.
ACL_YES, ACL_NO, ACL_NEVER, USER_NORMAL, USER_IGNORE, USER_INACTIVE, USER_FOUNDER git-svn-id: file:///svn/phpbb/trunk@9233 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -833,7 +833,7 @@ class template_compile
|
||||
@flock($destination_handle, LOCK_UN);
|
||||
@fclose($destination_handle);
|
||||
|
||||
phpbb_chmod($filename, CHMOD_WRITE);
|
||||
phpbb_chmod($filename, phpbb::CHMOD_WRITE);
|
||||
|
||||
clearstatcache();
|
||||
|
||||
|
Reference in New Issue
Block a user