File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,10 @@ public function handle(): void
140140 }
141141
142142 // Run the postupdate steps
143- $ postUpdateResult = $ connection ->finalizeUpdate (["fromVersion " => $ healthResult ->cms_version ]);
143+ $ postUpdateResult = $ connection ->finalizeUpdate ([
144+ "fromVersion " => $ healthResult ->cms_version ,
145+ "updateFileName " => $ prepareResult ->filename ,
146+ ]);
144147
145148 if (!$ postUpdateResult ->success ) {
146149 throw new UpdateException (
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ class PrepareUpdate extends BaseDTO implements ResponseInterface
88{
99 public function __construct (
1010 public string $ password ,
11- public int $ filesize
11+ public int $ filesize ,
12+ public ?string $ filename = null
1213 ) {
1314 }
1415}
You can’t perform that action at this time.
0 commit comments