Skip to content
Snippets Groups Projects
Commit 6338aa27 authored by tbrehm's avatar tbrehm
Browse files

Fixed: FS#1067 - Webmail link does not work when there are no persmissions for sites module

parent 4cb4911c
No related branches found
No related tags found
2 merge requests!46Master,!21Master
......@@ -32,7 +32,7 @@ require_once('../../lib/config.inc.php');
require_once('../../lib/app.inc.php');
//* Check permissions for module
$app->auth->check_module_permissions('sites');
$app->auth->check_module_permissions('mail');
/* get the id of the mail (must be int!) */
if (!isset($_GET['id'])){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment