Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
change construct style to php5^ method in XmlParser
Browse files Browse the repository at this point in the history
  • Loading branch information
g3n1us committed Jan 30, 2018
1 parent 2145c2b commit bb616b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHP/proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -2747,7 +2747,7 @@ class XmlParser

public $file;

function XmlParser($f = "proxy.config")
function __construct($f = "proxy.config")
{
if(trim($f) != "") { $this->loadFile($f);}
}
Expand Down

0 comments on commit bb616b8

Please sign in to comment.