diff --git a/laravel/laravel.php b/laravel/laravel.php index a27d9c00..e5705fb4 100644 --- a/laravel/laravel.php +++ b/laravel/laravel.php @@ -112,7 +112,7 @@ if (function_exists('get_magic_quotes_gpc') and get_magic_quotes_gpc()) { - $input = stripslashes($input); + $input = array_map('stripslashes', $input); } Input::$input = $input;