diff options
Diffstat (limited to 'app/Model/Project.php')
-rw-r--r-- | app/Model/Project.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Project.php b/app/Model/Project.php index ad64edcd..305e3f1e 100644 --- a/app/Model/Project.php +++ b/app/Model/Project.php @@ -105,7 +105,7 @@ class Project extends Base * @param string $direction Sorting direction * @return array Project properties */ - public function getSummary(array $project_ids, $status = self::ACTIVE, $order = 'last_modified', $direction = 'desc') + public function getSummary(array $project_ids, $status = self::ACTIVE, $order = 'name', $direction = 'asc') { if (empty($project_ids)) { return array(); |