diff --git a/app/provision/resources/classes/provision.php b/app/provision/resources/classes/provision.php index 5d0d544880..375271e9c3 100644 --- a/app/provision/resources/classes/provision.php +++ b/app/provision/resources/classes/provision.php @@ -929,9 +929,10 @@ include "root.php"; unset ($prep_statement); } - //assign the lines and accounts array + //assign the arrays $view->assign("lines", $lines); $view->assign("account", $lines); + $view->assign("user", $lines); //get the list of contact directly assigned to the user if (strlen($device_user_uuid) > 0 and strlen($domain_uuid) > 0) {