Skip to content
Snippets Groups Projects
Commit 1e8c472c authored by Tim Steiner's avatar Tim Steiner
Browse files

Actually using ordered request function...

parent 00a5bae5
No related branches found
Tags
No related merge requests found
......@@ -25,7 +25,7 @@ class ApprovalBodyRole extends Nmc_Db_Table_Row
{
// If this is the "root" role
if($this->getPrimaryKey() == 1) {
return Requests::getInstance()->fetchAll();
return Requests::getInstance()->fetchAllSorted();
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment