diff options
author | natec <natec@users.sourceforge.net> | 2001-04-16 20:44:52 +0000 |
---|---|---|
committer | natec <natec@users.sourceforge.net> | 2001-04-16 20:44:52 +0000 |
commit | 9468f91ea044b9315184e42658ed074e51129018 (patch) | |
tree | bcebc06748bfb204387f82d51cf3fd405f632986 /phpBB/includes | |
parent | b684289bb1bfca50048e2b5409683a173777135d (diff) | |
download | forums-9468f91ea044b9315184e42658ed074e51129018.tar forums-9468f91ea044b9315184e42658ed074e51129018.tar.gz forums-9468f91ea044b9315184e42658ed074e51129018.tar.bz2 forums-9468f91ea044b9315184e42658ed074e51129018.tar.xz forums-9468f91ea044b9315184e42658ed074e51129018.zip |
oops
git-svn-id: file:///svn/phpbb/trunk@168 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/template.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/template.inc b/phpBB/includes/template.inc index def8b5ba39..5f25aca9f9 100644 --- a/phpBB/includes/template.inc +++ b/phpBB/includes/template.inc @@ -73,6 +73,7 @@ class Template { */ function destroy() { + global $_tpldata; $_tpldata = array(); } |