Merge branch '3.6RC' of https://framagit.org/hubzilla/core into 3.6RC

This commit is contained in:
Mario Vavti
2018-07-25 10:15:23 +02:00
13 changed files with 17222 additions and 8543 deletions
+2
View File
@@ -878,6 +878,8 @@ class App {
// removing trailing / - maybe a nginx problem
if (substr(self::$query_string, 0, 1) == "/")
self::$query_string = substr(self::$query_string, 1);
// change the first & to ?
self::$query_string = preg_replace('/&/','?',self::$query_string,1);
}
if(x($_GET,'q'))