tweaked filters in send-maintenance-notifications.php
This commit is contained in:
@@ -16,6 +16,6 @@ define("INTERNAL_USER_ID", $me->id);
|
||||
define("INTERNAL_USER_USERNAME", $me->username);
|
||||
define("MFBASE_BYPASS_LOGIN", true);
|
||||
|
||||
foreach(MaintenanceNotification::searchActive([]) as $notification) {
|
||||
foreach(MaintenanceNotification::searchActive(["send_ts<" => date("U")]) as $notification) {
|
||||
$notification->sendToRecipients();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user