Code: Select all
$smarty->assign($params['assign'], $list);I think I found another related bug. If no one has favorited an item, a call to action=users throws an exception (query failed) .. Should return nothing in this case. I'm about to file a bug report.
Edit: I see that bug reports have already been filed for both issues. I'll try a workaround.. Writing a UDT to call the relevant method directly.

