diff options
author | marijus <mario@mariovavti.com> | 2014-02-19 19:31:29 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-02-19 19:31:29 +0100 |
commit | 31d9bf041785e6c8b70891a2fd4ec695c523369b (patch) | |
tree | 12c7b82b73a08b46324c487a0dbde51f956f0ac1 /include/auth.php | |
parent | 3a6760f6d1236905474bb13805e4ebb54561841f (diff) | |
parent | 24d119b8c4e94ed130577e4e4a8d17ea13c406ac (diff) | |
download | volse-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.php | 2 |
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) { |