Skip to content

Commit 9f05081

Browse files
committed
Fixed hook name
1 parent c3be972 commit 9f05081

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LJPcAlternativeSignaturesModule/Providers/LJPcAlternativeSignaturesModuleServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function hooks() {
6868
}
6969
}, 10, 2 );
7070

71-
Eventy::addAction( 'mailboxes.settings_before_save', function ( $id, $request ) {
71+
Eventy::addAction( 'mailbox.settings_before_save', function ( $id, $request ) {
7272
$alternativeSignatureCount = $request->alternative_signature_count;
7373
if ( ! empty( $alternativeSignatureCount ) && (int) $alternativeSignatureCount > 0 ) {
7474
for ( $i = 0; $i < (int) $alternativeSignatureCount; $i ++ ) {

LJPcAlternativeSignaturesModule/module.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "LJPc alternative signatures module",
33
"alias": "ljpcalternativesignaturesmodule",
44
"description": "This module adds the option to add alternative signatures to Freescout mailboxes",
5-
"version": "1.0.3",
5+
"version": "1.0.4",
66
"detailsUrl": "",
77
"author": "LJPc solutions",
88
"authorUrl": "https://ljpc.solutions",
9-
"requiredAppVersion": "1.8.20",
9+
"requiredAppVersion": "1.8.23",
1010
"license": "AGPL-3.0",
1111
"keywords": [
1212
"ljpc",

0 commit comments

Comments
 (0)