Skip to content

Commit 666a17c

Browse files
committed
readd sending emails that disappeared in a regression
1 parent 2cceaee commit 666a17c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

EditorialPlugin.php

+2
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,8 @@ public function hookAfterSaveExhibitPageBlock($args)
324324
$blockInfoRecord->owner_id = $owner->id;
325325
$blockInfoRecord->save();
326326
}
327+
328+
$this->sendEmails($block);
327329
}
328330

329331
public function filterExhibitLayouts($layouts)

0 commit comments

Comments
 (0)