From 195230b631ce79c4bb952c2771d7495891d65d2b Mon Sep 17 00:00:00 2001 From: OSWorX Date: Sun, 24 Sep 2023 16:04:49 +0200 Subject: [PATCH] Update batch_manager_global.tpl Fix: Undefined array key "search" in _data/templates_c/....file.batch_manager_global.tpl.php on line 685 Trying to access array offset on value of type null in _data/templates_c/....file.batch_manager_global.tpl.php on line 685 PHP Deprecated: stripslashes(): Passing null to parameter #1 ($string) of type string is deprecated in _data/templates_c/....file.batch_manager_global.tpl.php on line 685 --- admin/themes/default/template/batch_manager_global.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl index 614701abc..83aa587b8 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -492,7 +492,7 @@ var sliders = {

{'Search'|@translate}

[x] - + {'Search tips'|translate} {combine_script id='core.scripts' load='async' path='themes/default/js/scripts.js'} {if (isset($no_search_results))} @@ -829,4 +829,4 @@ UL.thumbnails SPAN.wrap2 {ldelim} #action_add_tags .item .remove:hover { background-color: #ff7700; } - \ No newline at end of file +