From 935227a8f26365dd02348db1fb490e1384784c59 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Tue, 29 Apr 2025 17:07:44 +0200
Subject: [PATCH] mini update cronlogrenderer class

---
 classes/cronlog-renderer.class.php | 2 +-
 index.php                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/classes/cronlog-renderer.class.php b/classes/cronlog-renderer.class.php
index a471679..5a3b9ea 100644
--- a/classes/cronlog-renderer.class.php
+++ b/classes/cronlog-renderer.class.php
@@ -83,7 +83,7 @@ class cronlogrenderer extends cronlog
      * @return string
      * 
      */
-    protected function _filterDatatable($sDatatable, $sFiltertext)
+    protected function _filterDatatable(string $sDatatable, string $sFiltertext): string
     {
         return '$(\'#' . $sDatatable . '\').dataTable().fnFilter(\'' . $sFiltertext . '\'); return false;';
     }
diff --git a/index.php b/index.php
index 2faac08..b6c1765 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
 <?php
 
-define("APP_VERSION", '2.2.0');
+define("APP_VERSION", '2.2.1');
 
 require_once('classes/render-adminlte.class.php');
 require_once('classes/cronlog-renderer.class.php');
-- 
GitLab