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) {