Skip to content

Commit a67583e

Browse files
author
Christian Blanquera
committed
fix for installer adds flags to schemas
1 parent 0fd8550 commit a67583e

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/events/update.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,7 @@
165165

166166
//run an update
167167
$payload = $this->makePayload();
168-
$payload['request']->setStage($schema);
169-
$this->trigger(
170-
'system-schema-update',
171-
$payload['request'],
172-
$payload['response']
173-
);
168+
$this->method('system-schema-update', $schema, $payload['response']);
174169

175170
//if error
176171
if ($payload['response']->isError()) {

0 commit comments

Comments
 (0)