Skip to content

Commit 7d52e00

Browse files
author
Marius Cramer
committed
Fixed list sorting
1 parent 202df8f commit 7d52e00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interface/lib/classes/listform_actions.inc.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ public function onLoad()
125125
}
126126
}
127127

128+
if($_SESSION['search'][$_SESSION['s']['module']['name'].$app->listform->listDef["name"].$app->listform->listDef['table']]['order_in_php']) $php_sort = true;
129+
128130
// Getting Datasets from DB
129131
$records = $app->db->queryAllRecords($this->getQueryString($php_sort));
130132

0 commit comments

Comments
 (0)