Skip to content

Commit bbc6cf7

Browse files
committed
Remove unintended changes
1 parent 62b807a commit bbc6cf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/date/php_date.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5892,6 +5892,7 @@ PHP_METHOD(DatePeriod, __unserialize)
58925892
ZEND_PARSE_PARAMETERS_END();
58935893

58945894
period_obj = Z_PHPPERIOD_P(object);
5895+
58955896
myht = Z_ARRVAL_P(array);
58965897

58975898
if (!php_date_period_initialize_from_hash(period_obj, myht)) {

0 commit comments

Comments
 (0)