mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed error updating once more
This commit is contained in:
parent
2d2a1e39ac
commit
49c029858b
1 changed files with 1 additions and 0 deletions
|
@ -2276,6 +2276,7 @@ static void update_errors_warnings(timelib_error_container **last_errors) /* {{{
|
|||
|
||||
if ((*last_errors)->warning_count || (*last_errors)->error_count) {
|
||||
DATEG(last_errors) = *last_errors;
|
||||
return;
|
||||
}
|
||||
|
||||
timelib_error_container_dtor(*last_errors);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue