diff options
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r-- | phpBB/language/en/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index ecfaa4eba9..1d673cf4f6 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -12,7 +12,7 @@ // ------------------------------------------------------------- // DO NOT CHANGE -if (empty($lang)) +if (empty($lang) || !is_array($lang)) { $lang = array(); } |