mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 10:28:50 +00:00
Bugfix - Replacing goaway()
This commit is contained in:
parent
2aa373a75d
commit
d197bf4c2b
6 changed files with 8 additions and 8 deletions
|
@ -85,7 +85,7 @@ function blackout_redirect ($a, $b) {
|
|||
}
|
||||
if (( $date1 <= $now ) && ( $now <= $date2 )) {
|
||||
logger('redirecting user to blackout page');
|
||||
goaway($myurl);
|
||||
System::externalRedirect($myurl);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue