Skip to content
Snippets Groups Projects
Commit 15f7ca3f authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'update-renderer-class' into 'master'

mini update cronlogrenderer class

See merge request !21
parents 37b007dd 935227a8
No related branches found
No related tags found
1 merge request!21mini update cronlogrenderer class
......@@ -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;';
}
......
<?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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment