1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-07 05:37:03 +02:00
This commit is contained in:
Awilum
2013-01-26 01:06:24 +02:00
parent 2e1c8ebc0e
commit ce75fde7a8
4 changed files with 8 additions and 8 deletions

View File

@@ -546,7 +546,7 @@ class Table
if ($order_by == 'id') {
$records[$count]['sort'] = (int) $vars['id'];
} else {
$records[$count]['sort'] = (string)$vars[$order_by];
$records[$count]['sort'] = (string) $vars[$order_by];
}
}