Skip to content

Commit 49c0298

Browse files
committed
Fixed error updating once more
1 parent 2d2a1e3 commit 49c0298

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/date/php_date.c

+1
Original file line numberDiff line numberDiff line change
@@ -2276,6 +2276,7 @@ static void update_errors_warnings(timelib_error_container **last_errors) /* {{{
22762276

22772277
if ((*last_errors)->warning_count || (*last_errors)->error_count) {
22782278
DATEG(last_errors) = *last_errors;
2279+
return;
22792280
}
22802281

22812282
timelib_error_container_dtor(*last_errors);

0 commit comments

Comments
 (0)