mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Apply brackets according to CodingRules
This commit is contained in:
parent
43a87b8027
commit
c5c7472706
@ -5647,7 +5647,8 @@ class Mail
|
||||
}
|
||||
$uidsToFetch = new Horde_Imap_Client_Ids();
|
||||
|
||||
if (!(is_object($_uid) || is_array($_uid))){
|
||||
if (!(is_object($_uid) || is_array($_uid)))
|
||||
{
|
||||
$_uid = (array)$_uid;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user