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