Skip to content

Commit af95766

Browse files
committed
Fix updated name
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
1 parent f6613fd commit af95766

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

admin_manual/configuration_server/config_sample_php_parameters.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2101,8 +2101,8 @@ administrator.". In some cases this should not be triggered, because it was a
21012101
normal maintenance change. To disable this specific email the appconfig option
21022102
``disable_email.email_address_changed_by_admin`` can be set to ``yes``::
21032103

2104-
occ config:app:set settings disable_email.email_address_changed_by_admin --value yes
2104+
occ config:app:set settings disable_activity.email_address_changed_by_admin --value yes
21052105

21062106
To disable this behaviour change it to any other value or delete the app config::
21072107

2108-
occ config:app:delete settings disable_email.email_address_changed_by_admin
2108+
occ config:app:delete settings disable_activity.email_address_changed_by_admin

0 commit comments

Comments
 (0)