diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-08-13 12:24:20 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-08-13 12:24:20 +0000 |
commit | 7bc3039cd9cc34a5a804811587e69a4a67dbc625 (patch) | |
tree | 535ec98a9261b146f4c4eb069824352b01752813 /phpBB/includes/functions_module.php | |
parent | e9188d4e05eeadfd9246d9dc44160736f6fa64d6 (diff) | |
download | forums-7bc3039cd9cc34a5a804811587e69a4a67dbc625.tar forums-7bc3039cd9cc34a5a804811587e69a4a67dbc625.tar.gz forums-7bc3039cd9cc34a5a804811587e69a4a67dbc625.tar.bz2 forums-7bc3039cd9cc34a5a804811587e69a4a67dbc625.tar.xz forums-7bc3039cd9cc34a5a804811587e69a4a67dbc625.zip |
this addition was only a test...
git-svn-id: file:///svn/phpbb/trunk@8026 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_module.php')
-rw-r--r-- | phpBB/includes/functions_module.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php index a48f9ae2dd..9db2c4fa25 100644 --- a/phpBB/includes/functions_module.php +++ b/phpBB/includes/functions_module.php @@ -364,7 +364,6 @@ class p_master $this->p_mode = $item_ary['mode']; $this->p_left = $item_ary['left']; $this->p_right = $item_ary['right']; - $this->p_icat = $icat; $this->module_cache['parents'] = $this->module_cache['parents'][$this->p_id]; $this->active_module = $item_ary['id']; |