mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 20:44:01 +01: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:
parent
1b129a9034
commit
448f31331b
@ -248,7 +248,7 @@ class Template
|
|||||||
|
|
||||||
if ($include)
|
if ($include)
|
||||||
{
|
{
|
||||||
if (!$this->force_recompile)
|
if (!$this->force_recompile && $filename)
|
||||||
{
|
{
|
||||||
include($filename);
|
include($filename);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user