mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 05:08:52 +00:00
...
git-svn-id: file:///svn/phpbb/trunk@8654 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c44d2edc4a
commit
677e6451c4
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue