From 13e08989af32fef5b8d3e1b1314bed17b86c62f1 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Tue, 2 Jul 2024 15:49:34 +0000 Subject: [PATCH] change case of function invocation * freshPorts_WatchListCount_Icon_Link becomes * freshports_WatchListCount_Icon_Link (lower case freshports) to match the funtion declaration. It doesn't affect the code, just grep. --- classes/port-display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/port-display.php b/classes/port-display.php index d4bffc96..d8db8f15 100644 --- a/classes/port-display.php +++ b/classes/port-display.php @@ -909,7 +909,7 @@ function Display() { } if ($this->ShowEverything || $this->ShowWatchListCount) { - $HTML .= ' ' . freshPorts_WatchListCount_Icon_Link() . '=' . $port->WatchListCount(); + $HTML .= ' ' . freshports_WatchListCount_Icon_Link() . '=' . $port->WatchListCount(); } if ($this->ShowEverything || $this->ShowBasicInfo) {