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