Skip to content

Commit

Permalink
change case of function invocation
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
dlangille committed Jul 2, 2024
1 parent a26751d commit 13e0898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/port-display.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 13e0898

Please sign in to comment.