diff options
Diffstat (limited to 'phpBB/index.php')
-rw-r--r-- | phpBB/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/index.php b/phpBB/index.php index 1c9c1a0738..171d77eb36 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -108,7 +108,6 @@ if($total_categories) $template->assign_block_vars("catrow", array( "CAT_ID" => $category_rows[$i]["cat_id"], - "POST_FORUM_URL" => POST_FORUM_URL, "CAT_DESC" => stripslashes($category_rows[$i]["cat_title"]) ) ); |