Only variables should be assigned by reference
caught by XRevan86
This commit is contained in:
parent
339204f1ee
commit
e4d432295d
@ -83,7 +83,7 @@ class SyncTwitterFriendsDaemon extends ParallelizingDaemon
|
|||||||
$flinks = array();
|
$flinks = array();
|
||||||
$flink = new Foreign_link();
|
$flink = new Foreign_link();
|
||||||
|
|
||||||
$conn = &$flink->getDatabaseConnection();
|
$conn = $flink->getDatabaseConnection();
|
||||||
|
|
||||||
$flink->service = TWITTER_SERVICE;
|
$flink->service = TWITTER_SERVICE;
|
||||||
$flink->orderBy('last_friendsync');
|
$flink->orderBy('last_friendsync');
|
||||||
|
Loading…
Reference in New Issue
Block a user