diff --git a/app/provision/resources/classes/provision.php b/app/provision/resources/classes/provision.php index d0d3abfb83..595db49b91 100644 --- a/app/provision/resources/classes/provision.php +++ b/app/provision/resources/classes/provision.php @@ -725,7 +725,7 @@ include "root.php"; unset ($prep_statement); //set the mac address in the correct format - $this->format_mac($mac, $device_vendor); + $mac = $this->format_mac($mac, $device_vendor); //replace the variables in the template in the future loop through all the line numbers to do a replace for each possible line number $view->assign("mac" , $mac);