forked from GNUsocial/gnu-social
Code style cleanup: dropped some unnecessary =& reference assignments where they're used only out of habit for PHP 4-style object semantics
This commit is contained in:
@@ -127,7 +127,7 @@ function common_check_user($nickname, $password)
|
||||
if (0 == strcmp(common_munge_password($password, $user->id),
|
||||
$user->password)) {
|
||||
//internal checking passed
|
||||
$authenticatedUser =& $user;
|
||||
$authenticatedUser = $user;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user