Skip to content

Commit 6338aa2

Browse files
committed
Fixed: FS#1067 - Webmail link does not work when there are no persmissions for sites module
1 parent 4cb4911 commit 6338aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/mail/webmailer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
require_once('../../lib/app.inc.php');
3333

3434
//* Check permissions for module
35-
$app->auth->check_module_permissions('sites');
35+
$app->auth->check_module_permissions('mail');
3636

3737
/* get the id of the mail (must be int!) */
3838
if (!isset($_GET['id'])){

0 commit comments

Comments
 (0)