functions moved to HTML class

update function calls to moved class.
This commit is contained in:
Adam Magness 2018-11-05 21:06:26 -05:00
parent e31dde6084
commit a71eb1d127
8 changed files with 19 additions and 14 deletions

View file

@ -862,7 +862,7 @@ class HTML
$contacts = L10n::tt('%d Contact', '%d Contacts', $total);
$micropro = [];
foreach ($r as $rr) {
$micropro[] = micropro($rr, true, 'mpfriend');
$micropro[] = self::micropro($rr, true, 'mpfriend');
}
}
}