mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/template-engine] Deleted useless assignment.
PHPBB3-9726
This commit is contained in:
parent
d6f75e97d6
commit
504acaba6b
1 changed files with 0 additions and 1 deletions
|
@ -325,7 +325,6 @@ class phpbb_template
|
|||
$filename = $this->cachepath . str_replace('/', '.', $this->filename[$handle]) . '.' . $phpEx;
|
||||
$this->files_template[$handle] = (isset($user->theme['template_id'])) ? $user->theme['template_id'] : 0;
|
||||
|
||||
$recompile = false;
|
||||
$recompile = (!file_exists($filename) || @filesize($filename) === 0 || ($config['load_tplcompile'] && @filemtime($filename) < @filemtime($this->files[$handle]))) ? true : false;
|
||||
|
||||
if (!$recompile)
|
||||
|
|
Loading…
Add table
Reference in a new issue