aboutsummaryrefslogtreecommitdiff
path: root/lib/classes/EventLog.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/classes/EventLog.php')
-rw-r--r--lib/classes/EventLog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classes/EventLog.php b/lib/classes/EventLog.php
index 7336415..b20b997 100644
--- a/lib/classes/EventLog.php
+++ b/lib/classes/EventLog.php
@@ -87,7 +87,7 @@ class EventLog
$offset = (int) $offset;
$filter = $this->sql_event_filter($action_id, $object_id, $parameters) ?: '1';
- $filter .= " ORDER BY mkdate DESC, event_id DESC LIMIT {$offset}, 50";
+ $filter .= " ORDER BY event_id DESC LIMIT {$offset}, 50";
$log_events = LogEvent::findBySQL($filter, $parameters);
$events = [];