diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-01-11 02:33:06 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-01-11 02:33:06 +0000 |
| commit | bdd2eefb0495464f9ce6f1c9f8bf09a08e3a3ad7 (patch) | |
| tree | 0641954fc47c942615c569f50e48fb6b336d1591 | |
| parent | 4dd1ec6c1209bf3e913cf929f78353f508267c45 (diff) | |
| download | forums-bdd2eefb0495464f9ce6f1c9f8bf09a08e3a3ad7.tar forums-bdd2eefb0495464f9ce6f1c9f8bf09a08e3a3ad7.tar.gz forums-bdd2eefb0495464f9ce6f1c9f8bf09a08e3a3ad7.tar.bz2 forums-bdd2eefb0495464f9ce6f1c9f8bf09a08e3a3ad7.tar.xz forums-bdd2eefb0495464f9ce6f1c9f8bf09a08e3a3ad7.zip | |
oopsie
git-svn-id: file:///svn/phpbb/trunk@4753 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/includes/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php index 07d8a49c17..dfbd3122ac 100644 --- a/phpBB/includes/template.php +++ b/phpBB/includes/template.php @@ -451,7 +451,7 @@ class template for ($j = 0; $j < sizeof($varrefs[1]); $j++) { - $namespace = $varrefs[2][$j]; + $namespace = $varrefs[1][$j]; $varname = $varrefs[4][$j]; $new = $this->generate_block_varref($namespace, $varname, true, $varrefs[3][$j]); |
