mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Fix failure to INCLUDE a file following its sole recompilation ... I should add that neither of these commits have added support for primary/secondary styles (e.g. styling of forums) ... won't commit these till all relevant styling changes have been implemented.
git-svn-id: file:///svn/phpbb/trunk@4224 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -248,7 +248,7 @@ class Template
|
||||
|
||||
if ($include)
|
||||
{
|
||||
if (!$this->force_recompile)
|
||||
if (!$this->force_recompile && $filename)
|
||||
{
|
||||
include($filename);
|
||||
}
|
||||
|
Reference in New Issue
Block a user