mirror of
https://github.com/friendica/friendica
synced 2025-04-25 17:50:11 +00:00
Fix crash with expiration, false logger constant, no empty postings
This commit is contained in:
parent
f71bd4f1f7
commit
4a7ca0d44f
2 changed files with 9 additions and 4 deletions
|
@ -52,7 +52,7 @@ function update_fail($update_id, $error_message) {
|
|||
|
||||
// No valid result?
|
||||
if (!dbm::is_result($adminlist)) {
|
||||
logger(sprintf('Cannot notify administrators about update_id=%d, error_message=%s', $update_id, $error_message), LOGGER_WARNING);
|
||||
logger(sprintf('Cannot notify administrators about update_id=%d, error_message=%s', $update_id, $error_message), LOGGER_NORMAL);
|
||||
|
||||
// Don't continue
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue