Index: trunk/phase3/includes/WebRequest.php |
— | — | @@ -180,7 +180,7 @@ |
181 | 181 | * time could damage the values. |
182 | 182 | */ |
183 | 183 | private function checkMagicQuotes() { |
184 | | - $this->mFixMagicQuotes = function_exists( 'get_magic_quotes_gpc' ) && get_magic_quotes_gpc() |
| 184 | + $this->mFixMagicQuotes = function_exists( 'get_magic_quotes_gpc' ) && get_magic_quotes_gpc(); |
185 | 185 | if( $this->mFixMagicQuotes ) { |
186 | 186 | $this->fix_magic_quotes( $_COOKIE ); |
187 | 187 | $this->fix_magic_quotes( $_ENV ); |