1
0
Fork 0

Renaming functions and class

This commit is contained in:
Jonny Tischbein 2018-10-13 11:23:52 +02:00
commit cdbddd0103
8 changed files with 84 additions and 1212 deletions

View file

@ -333,7 +333,7 @@ function frio_acl_lookup(App $a, &$results)
if (DBA::isResult($r)) {
foreach ($r as $rr) {
$contacts[] = Contacts::_contact_detail_for_template($rr);
$contacts[] = Contacts::getContactTemplateVars($rr);
}
}