Bugfixing calls

This commit is contained in:
Philipp Holzer 2019-02-04 01:52:03 +01:00
parent 9cf3d38e76
commit c3d51338e0
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ function blackout_redirect ($a, $b) {
$date2 = 0; $date2 = 0;
} }
if (( $date1 <= $now ) && ( $now <= $date2 )) { if (( $date1 <= $now ) && ( $now <= $date2 )) {
logger('redirecting user to blackout page'); Logger::log('redirecting user to blackout page');
System::externalRedirect($myurl); System::externalRedirect($myurl);
} }
} }