forked from friendica/friendica-addons
Bugfixing calls
This commit is contained in:
parent
9cf3d38e76
commit
c3d51338e0
|
@ -87,7 +87,7 @@ function blackout_redirect ($a, $b) {
|
|||
$date2 = 0;
|
||||
}
|
||||
if (( $date1 <= $now ) && ( $now <= $date2 )) {
|
||||
logger('redirecting user to blackout page');
|
||||
Logger::log('redirecting user to blackout page');
|
||||
System::externalRedirect($myurl);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue