From 7bc3039cd9cc34a5a804811587e69a4a67dbc625 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 13 Aug 2007 12:24:20 +0000 Subject: [PATCH] this addition was only a test... git-svn-id: file:///svn/phpbb/trunk@8026 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_module.php | 1 - 1 file changed, 1 deletion(-) 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'];