diff --git a/app/provision/resources/classes/provision.php b/app/provision/resources/classes/provision.php index b709d49da1..feb6722d0f 100644 --- a/app/provision/resources/classes/provision.php +++ b/app/provision/resources/classes/provision.php @@ -127,7 +127,7 @@ include "root.php"; } //set the mac address in the correct format for the specific vendor - public format_mac($mac, $vendor) { + public function format_mac($mac, $vendor) { switch (strtolower($vendor)) { case "aastra": $mac = strtoupper($mac); @@ -148,7 +148,7 @@ include "root.php"; return $mac; } - function render() { + public function render() { //debug $debug = $_REQUEST['debug']; // array