aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-05-05 10:03:57 +0200
committerMario Vavti <mario@mariovavti.com>2018-05-05 10:03:57 +0200
commit0895756658e3019b2badf876d4699e298234208c (patch)
treec3701fa287801dc937c327de999b51bcba2248c2 /boot.php
parent192b69b11a05adee52e09d434bab004e0b0d07d1 (diff)
parentc6e65ec6dab38ee67afe1d07f5c003413cfdf67e (diff)
downloadvolse-hubzilla-0895756658e3019b2badf876d4699e298234208c.tar.gz
volse-hubzilla-0895756658e3019b2badf876d4699e298234208c.tar.bz2
volse-hubzilla-0895756658e3019b2badf876d4699e298234208c.zip
Merge remote-tracking branch 'mike/master' into dev
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 f7c7e645a..e493ef34b 100755
--- a/boot.php
+++ b/boot.php
@@ -886,7 +886,7 @@ class App {
// unix style "homedir"
- if(substr(self::$cmd, 0, 1) === '~')
+ if((substr(self::$cmd, 0, 1) === '~') || (substr(self::$cmd, 0, 1) === '@'))
self::$cmd = 'channel/' . substr(self::$cmd, 1);
/*