aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-01-30 18:16:20 -0800
committerzotlabs <mike@macgirvin.com>2018-01-30 18:16:20 -0800
commit71c2cc79e546c03de417cdeb894ac11c357b2d07 (patch)
treec82709100dcf73922ac9511f1efb774fecd46da5 /boot.php
parent0e2c539d93e36db0b095e1dcd5080ce2b5fec1d7 (diff)
downloadvolse-hubzilla-71c2cc79e546c03de417cdeb894ac11c357b2d07.tar.gz
volse-hubzilla-71c2cc79e546c03de417cdeb894ac11c357b2d07.tar.bz2
volse-hubzilla-71c2cc79e546c03de417cdeb894ac11c357b2d07.zip
cosmetic readme changes, code cleanup
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 c4c4dbc5b..57d1d18f9 100755
--- a/boot.php
+++ b/boot.php
@@ -1014,7 +1014,7 @@ class App {
self::$baseurl = $url;
- if($parsed) {
+ if($parsed !== false) {
self::$scheme = $parsed['scheme'];
self::$hostname = $parsed['host'];