aboutsummaryrefslogtreecommitdiffstats
path: root/include/auth.php
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-02-19 19:31:29 +0100
committermarijus <mario@mariovavti.com>2014-02-19 19:31:29 +0100
commit31d9bf041785e6c8b70891a2fd4ec695c523369b (patch)
tree12c7b82b73a08b46324c487a0dbde51f956f0ac1 /include/auth.php
parent3a6760f6d1236905474bb13805e4ebb54561841f (diff)
parent24d119b8c4e94ed130577e4e4a8d17ea13c406ac (diff)
downloadvolse-hubzilla-31d9bf041785e6c8b70891a2fd4ec695c523369b.tar.gz
volse-hubzilla-31d9bf041785e6c8b70891a2fd4ec695c523369b.tar.bz2
volse-hubzilla-31d9bf041785e6c8b70891a2fd4ec695c523369b.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'include/auth.php')
-rw-r--r--include/auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/auth.php b/include/auth.php
index 425715014..a3b028c73 100644
--- a/include/auth.php
+++ b/include/auth.php
@@ -93,7 +93,7 @@ if((isset($_SESSION)) && (x($_SESSION,'authenticated')) && ((! (x($_POST,'auth-p
}
}
- $r = q("select * from hubloc left join xchan on xchan_hash = hubloc_hash where hubloc_hash = '%s' limit 1",
+ $r = q("select * from xchan left join hubloc on xchan_hash = hubloc_hash where xchan_hash = '%s' limit 1",
dbesc($_SESSION['visitor_id'])
);
if($r) {