From 4efd3ebcb935aded05b5d61233f8c67b44da9c81 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 25 Jul 2009 00:17:21 +0000 Subject: [PATCH] ; --- includes/WebRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/WebRequest.php b/includes/WebRequest.php index 8362f112ed..3ae1a20824 100644 --- a/includes/WebRequest.php +++ b/includes/WebRequest.php @@ -180,7 +180,7 @@ class WebRequest { * time could damage the values. */ private function checkMagicQuotes() { - $this->mFixMagicQuotes = function_exists( 'get_magic_quotes_gpc' ) && get_magic_quotes_gpc() + $this->mFixMagicQuotes = function_exists( 'get_magic_quotes_gpc' ) && get_magic_quotes_gpc(); if( $this->mFixMagicQuotes ) { $this->fix_magic_quotes( $_COOKIE ); $this->fix_magic_quotes( $_ENV ); -- 2.20.1