aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/mcp.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-03-10 20:30:26 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-03-10 20:30:26 +0000
commit7487bfce48dd90ea370c8a40e67a75b814f2eb37 (patch)
tree0896d08ec9993dc920de00ebdcaf9c59eb0792fa /phpBB/language/en/mcp.php
parentc235dced700cd0223ac36880a25ff25110d8d6f4 (diff)
downloadforums-7487bfce48dd90ea370c8a40e67a75b814f2eb37.tar
forums-7487bfce48dd90ea370c8a40e67a75b814f2eb37.tar.gz
forums-7487bfce48dd90ea370c8a40e67a75b814f2eb37.tar.bz2
forums-7487bfce48dd90ea370c8a40e67a75b814f2eb37.tar.xz
forums-7487bfce48dd90ea370c8a40e67a75b814f2eb37.zip
- check for array [lang]
- admin_forums delete routine updated - added extension groups per forum git-svn-id: file:///svn/phpbb/trunk@4861 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/mcp.php')
-rw-r--r--phpBB/language/en/mcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php
index 67f1747717..b694d1b39e 100644
--- a/phpBB/language/en/mcp.php
+++ b/phpBB/language/en/mcp.php
@@ -12,7 +12,7 @@
// -------------------------------------------------------------
// DO NOT CHANGE
-if (empty($lang))
+if (empty($lang) || !is_array($lang))
{
$lang = array();
}