From 0e57eff5c8b5699a74802fd9f97cdc3cb61a5ddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Fri, 3 Mar 2023 12:07:52 +0100 Subject: [PATCH] Bugfix --- VERSION | 2 +- lib/PZ/Controller/Log.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 2714f53..57cf282 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.4 +2.6.5 diff --git a/lib/PZ/Controller/Log.pm b/lib/PZ/Controller/Log.pm index 0799f66..d86b546 100644 --- a/lib/PZ/Controller/Log.pm +++ b/lib/PZ/Controller/Log.pm @@ -38,7 +38,7 @@ sub csv ($c) { $log = $shortcut->log_items({}, { - order_by => { 'time'}, + order_by => ['time'], } ); -- GitLab