Skip to content

Commit 3d292b6

Browse files
committed
- (Bug Fix) Fixed issue that would cause PHP 5.3 to throw an error when parsing default parcel types
1 parent 94d1d77 commit 3d292b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/parcel_types/DefaultParcelType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function init()
4141
$entry = $event->params['draft'];
4242
}
4343

44-
$this->parse(array(
44+
$parcelType->parse(array(
4545
'entry' => $entry,
4646
'isNewEntry' => $isNewEntry
4747
));

0 commit comments

Comments
 (0)