We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb4911 commit 6338aa2Copy full SHA for 6338aa2
1 file changed
interface/web/mail/webmailer.php
@@ -32,7 +32,7 @@
32
require_once('../../lib/app.inc.php');
33
34
//* Check permissions for module
35
-$app->auth->check_module_permissions('sites');
+$app->auth->check_module_permissions('mail');
36
37
/* get the id of the mail (must be int!) */
38
if (!isset($_GET['id'])){
0 commit comments