mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-15 12:05:21 +02:00
...
git-svn-id: file:///svn/phpbb/trunk@8654 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c44d2edc4a
commit
677e6451c4
@ -18,7 +18,7 @@ if (!defined('IN_PHPBB'))
|
||||
|
||||
/**
|
||||
* The template filter that does the actual compilation
|
||||
* @see tempalte_compile
|
||||
* @see template_compile
|
||||
*
|
||||
*/
|
||||
class template_filter extends php_user_filter
|
||||
@ -692,6 +692,7 @@ class template_compile
|
||||
@stream_copy_to_stream($source_handle, $destination_handle);
|
||||
@flock($destination_handle, LOCK_UN);
|
||||
@fclose($destination_handle);
|
||||
@fclose($source_handle);
|
||||
|
||||
@chmod($filename, 0666);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user