diff --git a/VERSION b/VERSION index 2714f5313ae11cebf3c524b8b58ca47df56e5deb..57cf282ebbc41ec4cd51601733bc26d60c2341d4 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 0799f669ba2c7332c76f30e4e652bd64ac03c7cc..d86b546ae4617226133c3d6dad029ccd07860197 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'], } );