From 0c26de16eb7ddadb2014596ad6fe98caf22302b9 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 27 Jan 2003 18:16:22 +0000 Subject: Category and module lang name changes + show ban information when selecting entries to unban git-svn-id: file:///svn/phpbb/trunk@3367 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/admin/admin_forums.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/admin/admin_forums.php') diff --git a/phpBB/admin/admin_forums.php b/phpBB/admin/admin_forums.php index 6677862980..8ba708f26a 100644 --- a/phpBB/admin/admin_forums.php +++ b/phpBB/admin/admin_forums.php @@ -26,7 +26,7 @@ if (!empty($setmodules)) return; } - $module['Forums']['Manage'] = basename(__FILE__) . $SID; + $module['FORUM']['MANAGE'] = basename(__FILE__) . $SID; return; } -- cgit v1.2.1