diff options
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r-- | phpBB/language/en/common.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 880e6976c4..a2483ec7a3 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -12,7 +12,7 @@ // ------------------------------------------------------------- // DO NOT CHANGE -if (empty($lang)) +if (empty($lang) || !is_array($lang)) { $lang = array(); } @@ -89,7 +89,7 @@ $lang += array( 'EMAIL' => 'Email', 'EMAIL_ADDRESS' => 'Email address', 'EMPTY_SUBJECT' => 'You must specify a subject when posting a new topic.', - 'EXTENSION_DISABLED_AFTER_POSTING' => 'The extension <b>%s</b> has been deactivated and can no longer be displayed.', + 'EXTENSION_DISABLED_AFTER_POSTING' => 'The extension <b>%s</b> has been deactivated and can no longer be displayed', 'FAQ' => 'FAQ', 'FILENAME' => 'Filename', |