X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FACL.php;h=9abd259acd0550f60c59f924aafed59f24ed5115;hb=4bf27019125f0426aef952f3bbb166b3bd12ca46;hp=14430fd5e3e7a4b9dd30d62d17278216ad10e33f;hpb=91facd2d0a2869e2c26a5943d8afe1849d3891f8;p=friendica.git diff --git a/src/Core/ACL.php b/src/Core/ACL.php index 14430fd5e3..9abd259acd 100644 --- a/src/Core/ACL.php +++ b/src/Core/ACL.php @@ -292,7 +292,7 @@ class ACL extends BaseObject } } - $tpl = get_markup_template('acl_selector.tpl'); + $tpl = Renderer::getMarkupTemplate('acl_selector.tpl'); $o = Renderer::replaceMacros($tpl, [ '$showall' => L10n::t('Visible to everybody'), '$show' => L10n::t('show'),