From 0288f09d321785089106e2ca226acdfec641e70b Mon Sep 17 00:00:00 2001 From: Ben0it-T <37017213+Ben0it-T@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:55:34 +0200 Subject: [PATCH] Fix calendar.gif not found --- WEB-INF/lib/form/DateField.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WEB-INF/lib/form/DateField.class.php b/WEB-INF/lib/form/DateField.class.php index d349d568..b14b0bb7 100644 --- a/WEB-INF/lib/form/DateField.class.php +++ b/WEB-INF/lib/form/DateField.class.php @@ -382,9 +382,9 @@ function adjustiFrame(pickerDiv, iFrameDiv) { if (defined('DIR_NAME')) $dir_name = trim(constant('DIR_NAME'), '/'); if (!empty($dir_name)) - $app_root = '/'.$dir_name; + $app_root = '/'.$dir_name.'/'; - $html .= " name."');\">\n"; + $html .= " name."');\">\n"; } return $html;