mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
renamed System::redirectTo to System::redirect
This commit is contained in:
parent
a1254b4c85
commit
e825cbc7a1
5 changed files with 7 additions and 7 deletions
|
@ -88,7 +88,7 @@ function blackout_redirect ($a, $b) {
|
|||
}
|
||||
if (( $date1 <= $now ) && ( $now <= $date2 )) {
|
||||
logger('redirecting user to blackout page');
|
||||
System::redirectTo($myurl);
|
||||
System::redirect($myurl);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue