aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-05-30 10:08:13 +0200
committerMario Vavti <mario@mariovavti.com>2016-05-30 10:08:13 +0200
commit6d4adfcedccb041283949412b4adccf85d42a9f8 (patch)
tree86f19e227325270f3a25707f16355c6985c18f20 /boot.php
parentcac6cef4952e6535788c1c6db8ef1e58e88536a0 (diff)
parentf2ebe41a509d6e7f332fdc4cb43d14d555375bdf (diff)
downloadvolse-hubzilla-6d4adfcedccb041283949412b4adccf85d42a9f8.tar.gz
volse-hubzilla-6d4adfcedccb041283949412b4adccf85d42a9f8.tar.bz2
volse-hubzilla-6d4adfcedccb041283949412b4adccf85d42a9f8.zip
Merge branch 'dev' into sabre32
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 fec908ce0..a882be2eb 100755
--- a/boot.php
+++ b/boot.php
@@ -1803,7 +1803,7 @@ function local_user() {
function remote_channel() {
if(session_id()
&& array_key_exists('authenticated',$_SESSION) && $_SESSION['authenticated']
- && array_key_exists('visitor_id',$_SESSION) && intval($_SESSION['visitor_id']))
+ && array_key_exists('visitor_id',$_SESSION) && $_SESSION['visitor_id'])
return $_SESSION['visitor_id'];
return false;