mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 11:58:48 +00:00
[various] Escape global function get_app calls
This commit is contained in:
parent
fdda495f18
commit
62c43ea2f8
3 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ function impressum_uninstall() {
|
|||
function impressum_module() {
|
||||
}
|
||||
function impressum_content() {
|
||||
$a = get_app();
|
||||
$a = \get_app();
|
||||
$a->internalRedirect('friendica/');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue