aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-05-29 21:45:54 -0400
committerAndrew Manning <tamanning@zoho.com>2016-05-29 21:45:54 -0400
commit8f0c3f0e9be676e08b886af2d872cf9d544680bd (patch)
tree4e7e532d8c9e35fa7db60d976c49392fae7e0685 /boot.php
parent4b350b909025ba2102d5ad2c5ee32b3c4eecaa48 (diff)
parent3b2679db29077c33912edb085a24906708ad97ee (diff)
downloadvolse-hubzilla-8f0c3f0e9be676e08b886af2d872cf9d544680bd.tar.gz
volse-hubzilla-8f0c3f0e9be676e08b886af2d872cf9d544680bd.tar.bz2
volse-hubzilla-8f0c3f0e9be676e08b886af2d872cf9d544680bd.zip
Merge remote-tracking branch 'upstream/dev' into wiki
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 5881ac6b3..021a2e3a8 100755
--- a/boot.php
+++ b/boot.php
@@ -1804,7 +1804,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;