Update provision.php

This commit is contained in:
FusionPBX 2018-10-19 12:15:49 -06:00 committed by GitHub
parent 42873efeb0
commit 55dcd97366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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