1
0
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:
Paul S. Owen 2003-07-11 23:36:38 +00:00
parent 1b129a9034
commit 448f31331b

View File

@ -248,7 +248,7 @@ class Template
if ($include) if ($include)
{ {
if (!$this->force_recompile) if (!$this->force_recompile && $filename)
{ {
include($filename); include($filename);
} }