aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-07-18 17:51:10 -0700
committerzotlabs <mike@macgirvin.com>2018-07-18 17:51:10 -0700
commitec852b0c8d6c8e566b2a5fb279ed359630afb5ee (patch)
tree7daf7d8ff53e0e791fb9f0c39c5d1aad6b9f02eb /boot.php
parenta05c8ff66bd8d09f69f6c59bc49b7627792f4109 (diff)
downloadvolse-hubzilla-ec852b0c8d6c8e566b2a5fb279ed359630afb5ee.tar.gz
volse-hubzilla-ec852b0c8d6c8e566b2a5fb279ed359630afb5ee.tar.bz2
volse-hubzilla-ec852b0c8d6c8e566b2a5fb279ed359630afb5ee.zip
typo
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 5f833c132..cc44ca671 100755
--- a/boot.php
+++ b/boot.php
@@ -874,7 +874,7 @@ class App {
}
if((x($_SERVER,'QUERY_STRING')) && substr($_SERVER['QUERY_STRING'], 0, 2) === "q=") {
- self::$query_string = str_replace(['<','>'],['&lt;','&gt;'],substr($_SERVER['QUERY_STRING'], 2);
+ self::$query_string = str_replace(['<','>'],['&lt;','&gt;'],substr($_SERVER['QUERY_STRING'], 2));
// removing trailing / - maybe a nginx problem
if (substr(self::$query_string, 0, 1) == "/")
self::$query_string = substr(self::$query_string, 1);