From 73af302d3985832a0b906ae22ea4fb3bd4e3024b Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@owncloud.com>
Date: Thu, 26 Mar 2015 17:07:26 +0100
Subject: [PATCH] Remove custom `arg_separator.output`

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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/base.php b/lib/base.php
index da4b3a47c7..c52cff021c 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', '&amp;');
 
 		//try to configure php to enable big file uploads.
 		//this doesn´t work always depending on the webserver and php configuration.
-- 
GitLab