aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
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 f35e6586b..d972c68dc 100755
--- a/boot.php
+++ b/boot.php
@@ -1615,7 +1615,7 @@ function local_channel() {
*
* @return int|bool visitor_id or false
*/
-function remote_user() {
+function remote_channel() {
if((x($_SESSION, 'authenticated')) && (x($_SESSION, 'visitor_id')))
return $_SESSION['visitor_id'];