mirror of
https://github.com/friendica/friendica
synced 2025-04-25 08:30:11 +00:00
lots of formatting, bug fixes on profile updates, i18n
This commit is contained in:
parent
e15265be3c
commit
2e5fb9c37e
14 changed files with 141 additions and 100 deletions
4
boot.php
4
boot.php
|
@ -359,8 +359,8 @@ function local_user() {
|
|||
|
||||
if(! function_exists('remote_user')) {
|
||||
function remote_user() {
|
||||
if((x($_SESSION,'authenticated')) && (x($_SESSION,'cid')))
|
||||
return $_SESSION['cid'];
|
||||
if((x($_SESSION,'authenticated')) && (x($_SESSION,'visitor_id')))
|
||||
return $_SESSION['visitor_id'];
|
||||
return false;
|
||||
}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue