From cf60373e8417a782b7680d0b4dd88706db5aeafa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Wed, 28 Feb 2018 17:16:41 -0300 Subject: Remove @ operator from extension_loaded() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 3976d9c65f..48537c086d 100644 --- a/index.php +++ b/index.php @@ -496,7 +496,7 @@ echo ''; * mbstring is used for handling multibytes inside parser, so it is good * to tell user something might be broken without it, see bug #1063149. */ -if (! @extension_loaded('mbstring')) { +if (! extension_loaded('mbstring')) { trigger_error( __( 'The mbstring PHP extension was not found and you seem to be using' -- cgit v1.2.3