Skip to content

Commit 9be213c

Browse files
committed
Check permission to the mail instead of the sites module
1 parent 89d6209 commit 9be213c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/mail/backup_stats.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
******************************************/
1010

1111
//* Check permissions for module
12-
$app->auth->check_module_permissions('sites');
12+
$app->auth->check_module_permissions('mail');
1313

1414
$app->load('listform_actions','functions');
1515

0 commit comments

Comments
 (0)