mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Bugfix: matchAnyRule() Return value must be of type bool, none returned
This commit is contained in:
parent
80eea23b10
commit
302dcf67c2
1 changed files with 1 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ abstract class SecFetch
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue