]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove custom `arg_separator.output`
authorLukas Reschke <lukas@owncloud.com>
Thu, 26 Mar 2015 16:07:26 +0000 (17:07 +0100)
committerLukas Reschke <lukas@owncloud.com>
Thu, 26 Mar 2015 16:07:26 +0000 (17:07 +0100)
This seems unrequired nowadays and like a legacy fragment. It should be safe to remove.

Fixes https://github.com/owncloud/core/issues/14782

lib/base.php

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