Fixed a parentesis

This commit is contained in:
Arturo Gonzalez Diaz 2015-10-14 09:37:38 +02:00
parent 67d0a6602e
commit 8091827490
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ if (!empty($network_interfaces)) {
$unixtime = get_system_time () - SECONDS_1DAY; //last hour
$time_condition = 'AND (utimestamp > '.$unixtime.')';
// Tags ACLS
if ($id_group > 0 && in_array (0, $user_groups_ids) {
if ($id_group > 0 && in_array (0, $user_groups_ids)) {
$group_array = (array) $id_group;
}
else {