From 38a5645680e6c341d729a76a7523c9707e429220 Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Sun, 1 Oct 2017 13:08:22 -0700 Subject: [PATCH] minor comment fix --- interface/main/calendar/includes/pnAPI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/main/calendar/includes/pnAPI.php b/interface/main/calendar/includes/pnAPI.php index ad11bd1e0..f891a5671 100644 --- a/interface/main/calendar/includes/pnAPI.php +++ b/interface/main/calendar/includes/pnAPI.php @@ -1116,7 +1116,7 @@ function pnGetBaseURI() function pnGetBaseURL() { - // Removed majority of this function in 10/2018 to just use relative path + // Removed majority of this function in 10/2017 to just use relative path // (the full path would break in some https server setups) $path = pnGetBaseURI(); -- 2.11.4.GIT