diff --git a/lib/base.php b/lib/base.php
index da4b3a47c75a509b9d538ccdaf534fca6ee4b1cf..c52cff021c9a89a38264392a3be29fed7632084d 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -504,7 +504,6 @@ class OC {
 		}
 
 		date_default_timezone_set('UTC');
-		ini_set('arg_separator.output', '&');
 
 		//try to configure php to enable big file uploads.
 		//this doesn´t work always depending on the webserver and php configuration.