mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-15 01:24:40 +02:00
Code Fix
This commit is contained in:
@@ -546,7 +546,7 @@ class Table
|
|||||||
if ($order_by == 'id') {
|
if ($order_by == 'id') {
|
||||||
$records[$count]['sort'] = (int) $vars['id'];
|
$records[$count]['sort'] = (int) $vars['id'];
|
||||||
} else {
|
} else {
|
||||||
$records[$count]['sort'] = (string)$vars[$order_by];
|
$records[$count]['sort'] = (string) $vars[$order_by];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user