tbrehm
2010-02-10 6338aa278c8afb15c2bb9179a4dd02f3ae44b077
Fixed: FS#1067 - Webmail link does not work when there are no persmissions for sites module
1 files modified
2 ■■■ changed files
interface/web/mail/webmailer.php 2 ●●● patch | view | raw | blame | history
interface/web/mail/webmailer.php
@@ -32,7 +32,7 @@
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'])){