mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-29 01:09:02 +01:00
Fix minimum fs_id was not returning proper value
This commit is contained in:
parent
90ce0cc7b6
commit
0d14155472
@ -1579,7 +1579,7 @@ GROUP BY A.fs_id';
|
||||
}
|
||||
$stmt = self::$pdo->prepare($query);
|
||||
|
||||
$stmt->execute($fs_id);
|
||||
$stmt->execute(array($fs_id));
|
||||
$min = $stmt->fetchColumn();
|
||||
|
||||
return $min ? $min : $fs_id;
|
||||
|
Loading…
Reference in New Issue
Block a user