From 3029f93000198908bddacb0079aae2d0ecda0c5d Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Fri, 9 May 2014 00:26:07 +0200 Subject: [ticket/12074] Don't log errors PHPBB3-12074 --- phpBB/language/en/acp/common.php | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'phpBB/language') diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 2896ab4e36..8014ee64f1 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -780,19 +780,5 @@ $lang = array_merge($lang, array( 'LOG_EXT_ENABLE' => 'Extension enabled
» %s', 'LOG_EXT_DISABLE' => 'Extension disabled
» %s', - 'LOG_EXT_PURGE' => 'Extension’s data deleted
» %s', - - 'LOG_EXT_ENABLE_ERROR' => 'Error while enabling an extension
» %s', - 'LOG_EXT_DISABLE_ERROR' => 'Error while disabling an extension
» %s', - 'LOG_EXT_PURGE_ERROR' => 'Error while deleted the data of an extension
» %s', - - 'LOG_EXT_ENABLE_DIR_INVALID_ERROR' => 'Error while enabling the extension "%s"
» Invalid directory structure.', - 'LOG_EXT_ENABLE_NOT_AVAILABLE_ERROR' => 'Error while enabling the extension "%s"
» Extension unavailable for this board.', - 'LOG_EXT_ENABLE_ALREADY_ENABLED_ERROR' => 'Error while enabling the extension "%s"
» Extension already enabled.', - 'LOG_EXT_ENABLE_MIGRATION_ERROR' => 'Error while enabling the extension "%s"
» Migration error.', - - 'LOG_EXT_DISABLE_NOT_ENABLED_ERROR' => 'Error while disabling the extension "%s"
» Extension not enabled.', - - 'LOG_EXT_PURGE_ENABLED_ERROR' => 'Error while deleting the data of the extension "%s"
» Extension enabled.', - 'LOG_EXT_PURGE_MIGRATION_ERROR' => 'Error while deleting the data of the extension "%s"
» Migration error.', + 'LOG_EXT_PURGE' => 'Extension’s data deleted
» %s', )); -- cgit v1.2.1