Bad call to joinAdd in Profile.php
This commit is contained in:
parent
8935a2f866
commit
8140c4ff90
@ -557,7 +557,7 @@ class Profile extends Managed_DataObject
|
||||
$lists = new Profile_list();
|
||||
$subs = new Profile_tag_subscription();
|
||||
|
||||
$lists->joinAdd('id', 'profile_tag_subscription:profile_tag_id');
|
||||
$lists->joinAdd(array('id', 'profile_tag_subscription:profile_tag_id'));
|
||||
|
||||
#@fixme: postgres (round(date_part('epoch', my_date)))
|
||||
$lists->selectAdd('unix_timestamp(profile_tag_subscription.created) as "cursor"');
|
||||
|
Loading…
Reference in New Issue
Block a user