diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-05-30 10:10:44 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-05-30 10:10:44 +0200 |
commit | 90f29590765f79fe4bd1e3d59e47ce932ec04d0d (patch) | |
tree | 86f19e227325270f3a25707f16355c6985c18f20 /boot.php | |
parent | cac6cef4952e6535788c1c6db8ef1e58e88536a0 (diff) | |
parent | f2ebe41a509d6e7f332fdc4cb43d14d555375bdf (diff) | |
download | volse-hubzilla-90f29590765f79fe4bd1e3d59e47ce932ec04d0d.tar.gz volse-hubzilla-90f29590765f79fe4bd1e3d59e47ce932ec04d0d.tar.bz2 volse-hubzilla-90f29590765f79fe4bd1e3d59e47ce932ec04d0d.zip |
Merge branch 'dev' into sabre32
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |