diff --git a/module/story/model.php b/module/story/model.php index d7dea79d69..3568ffe48b 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -1820,7 +1820,7 @@ class storyModel extends model ->andWhere('assignedTo')->eq($account) ->orderBy('id_desc') ->limit($limit) - ->fetchAll(); + ->fetchPairs('id', 'title'); } /**