Skip to content

Commit 8b1c18c

Browse files
authored
Merge pull request h5p#566 from jmmeijer/messages-install-failure-fix
Update messages.php resolves h5p#562
2 parents 4b692cc + dbfeb1c commit 8b1c18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/messages.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'confirmation' => array(
3535
'capability' => 'mod/hvp:emailconfirmsubmission',
3636
'defaults' => array(
37-
'airnotifier' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF,
37+
'airnotifier' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED,
3838
),
3939
),
4040
);

0 commit comments

Comments
 (0)