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:
@@ -80,7 +80,7 @@ class FinishaddopenidAction extends Action
|
||||
|
||||
function tryLogin()
|
||||
{
|
||||
$consumer =& oid_consumer();
|
||||
$consumer = oid_consumer();
|
||||
|
||||
$response = $consumer->complete(common_local_url('finishaddopenid'));
|
||||
|
||||
@@ -103,7 +103,7 @@ class FinishaddopenidAction extends Action
|
||||
$sreg = $sreg_resp->contents();
|
||||
}
|
||||
|
||||
$cur =& common_current_user();
|
||||
$cur = common_current_user();
|
||||
|
||||
$other = oid_get_user($canonical);
|
||||
|
||||
|
Reference in New Issue
Block a user