From 612a493873073e8e742988e2386be24a52c04869 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Sun, 2 May 2021 14:46:40 +0200 Subject: [PATCH] fix syntax error in some php versions --- views/bootstrap/class.SchedulerTaskMgr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.SchedulerTaskMgr.php b/views/bootstrap/class.SchedulerTaskMgr.php index 81e5faaf8..2f56375c9 100644 --- a/views/bootstrap/class.SchedulerTaskMgr.php +++ b/views/bootstrap/class.SchedulerTaskMgr.php @@ -179,7 +179,7 @@ $(document).ready( function() { ), array( 'help'=>$param['description'] - ), + ) ); break; case 'password':