Fixed syntax error.

(cherry picked from commit 8ed490e19e)
This commit is contained in:
Junichi Satoh 2016-10-14 12:09:44 +09:00
parent 1ac5e8fb53
commit 41b03143a8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ global $config;
check_login ();
$gis_w = check_acl ($config['id_user'], 0, 'MW');
$gis_m = check_acl ($config['id_user'], 0, 'MM')
$gis_m = check_acl ($config['id_user'], 0, 'MM');
$access = ($gis_w == true) ? 'MW' : (($gis_m == true) ? 'MM' : 'MW');
if (!$gis_w && !$gis_m ) {