"zrl" functionility is moved #1507

Merged
MrPetovan merged 2 commits from heluecht/friendica-addons:openwebauth into develop 2024-05-29 15:12:10 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 39247ca28f - Show all commits

View file

@ -81,7 +81,7 @@ function forumdirectory_content()
$gdirpath = '';
$dirurl = DI::config()->get('system', 'directory');
if (strlen($dirurl)) {
$gdirpath = OpenWebAuth::zrl($dirurl, true);
$gdirpath = OpenWebAuth::getZrlUrl($dirurl, true);
}
$sql_extra = '';

View file

@ -79,7 +79,7 @@ function groupdirectory_content()
$gdirpath = '';
$dirurl = DI::config()->get('system', 'directory');
if (strlen($dirurl)) {
$gdirpath = OpenWebAuth::zrl($dirurl, true);
$gdirpath = OpenWebAuth::getZrlUrl($dirurl, true);
}
$sql_extra = '';