Update provision.php

This commit is contained in:
FusionPBX
2018-10-19 12:15:49 -06:00
committed by GitHub
parent 42873efeb0
commit 55dcd97366

View File

@@ -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) {