mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +00:00
Bugfix - Replacing goaway()
This commit is contained in:
parent
2aa373a75d
commit
d197bf4c2b
6 changed files with 8 additions and 8 deletions
|
@ -31,7 +31,7 @@ function impressum_module() {
|
|||
}
|
||||
function impressum_content() {
|
||||
$a = get_app();
|
||||
goaway('friendica/');
|
||||
$a->internalRedirect('friendica/');
|
||||
}
|
||||
|
||||
function obfuscate_email ($s) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue