From 36d14480f9c99cfbc5fc76e08aecca831ac5e308 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Fri, 19 Apr 2024 10:22:06 -0500 Subject: [PATCH] Fix Graph date selector (#15956) It did not handle strings like now and -2d --- includes/html/print-date-selector.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/html/print-date-selector.inc.php b/includes/html/print-date-selector.inc.php index aaf89eb919..c3edc9562b 100644 --- a/includes/html/print-date-selector.inc.php +++ b/includes/html/print-date-selector.inc.php @@ -26,8 +26,8 @@