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

mini update cronlogrenderer class

parent 37b007dd
Branches
No related tags found
1 merge request!21mini update cronlogrenderer class
This commit is part of merge request !21. Comments created here will be created in the context of that merge request.
......@@ -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