Skip to content

Commit 41c1a35

Browse files
committed
Fix filter
1 parent 16e017f commit 41c1a35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/boxes/box_sellyoursaas_backup_errors.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public function loadBox($max = 5)
9696
$sql .= " FROM ".$this->db->prefix()."contrat as c, ".$this->db->prefix()."contrat_extrafields as ce";
9797
$sql .= " WHERE ce.fk_object = c.rowid";
9898
$sql .= " AND ce.deployment_status IN ('done', 'processing')";
99+
$sql .= " AND (ce.suspendmaintenance_message IS NULL OR ce.suspendmaintenance_message NOT LIKE 'http%')"; // Not a redirection instance
99100
$sql .= " AND ce.latestbackup".$mode."_status = 'KO'";
100101

101102
$resql = $this->db->query($sql);

0 commit comments

Comments
 (0)