Skip to content

Commit

Permalink
Merge pull request #577 from FreshPorts/576-deprecated-creation-of-dy…
Browse files Browse the repository at this point in the history
…namic-property-portsbypkgplist$debug

Allow child classes access to $Debug
  • Loading branch information
dlangille authored Jun 29, 2024
2 parents 0a72ec5 + 1d844d3 commit 0f22dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/ports.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class Port {
// version on current quarterly branch. see https://github.com/FreshPorts/freshports/issues/115
var $quarterly_revision;

private $Debug = 0;
var $Debug = 0;

function __construct($dbh) {
$this->dbh = $dbh;
Expand Down

0 comments on commit 0f22dc8

Please sign in to comment.