From ddf32b9b454ca648056df1ef626c3844e31f9e64 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 15 Aug 2023 20:02:25 +0800 Subject: [PATCH] php8 --- MTrackWeb/Projects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTrackWeb/Projects.php b/MTrackWeb/Projects.php index fc955672..0de9013c 100644 --- a/MTrackWeb/Projects.php +++ b/MTrackWeb/Projects.php @@ -18,7 +18,7 @@ class MTrackWeb_Projects extends MTrackWeb //function getAuth-- inherit - function get() { + function get($pi='') { $kv = $this->userProjects(); -- 2.39.2