now we're into the minor nitty fixes

This commit is contained in:
friendica
2013-01-21 19:56:39 -08:00
parent 4119e1f9cc
commit fb76675a28
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -1186,7 +1186,7 @@ if(! function_exists('local_user')) {
if(! function_exists('remote_user')) {
function remote_user() {
if((x($_SESSION,'authenticated')) && (x($_SESSION,'visitor_id')))
return intval($_SESSION['visitor_id']);
return $_SESSION['visitor_id'];
return false;
}
}