forked from friendica/friendica-addons
Function renamed
This commit is contained in:
parent
084a2a7057
commit
39247ca28f
|
@ -81,7 +81,7 @@ function forumdirectory_content()
|
||||||
$gdirpath = '';
|
$gdirpath = '';
|
||||||
$dirurl = DI::config()->get('system', 'directory');
|
$dirurl = DI::config()->get('system', 'directory');
|
||||||
if (strlen($dirurl)) {
|
if (strlen($dirurl)) {
|
||||||
$gdirpath = OpenWebAuth::zrl($dirurl, true);
|
$gdirpath = OpenWebAuth::getZrlUrl($dirurl, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
$sql_extra = '';
|
$sql_extra = '';
|
||||||
|
|
|
@ -79,7 +79,7 @@ function groupdirectory_content()
|
||||||
$gdirpath = '';
|
$gdirpath = '';
|
||||||
$dirurl = DI::config()->get('system', 'directory');
|
$dirurl = DI::config()->get('system', 'directory');
|
||||||
if (strlen($dirurl)) {
|
if (strlen($dirurl)) {
|
||||||
$gdirpath = OpenWebAuth::zrl($dirurl, true);
|
$gdirpath = OpenWebAuth::getZrlUrl($dirurl, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
$sql_extra = '';
|
$sql_extra = '';
|
||||||
|
|
Loading…
Reference in a new issue