Fix 32bit compatibility (in Find Availability feature)
This commit is contained in:
parent
71c077a616
commit
fa22b9af19
1 changed files with 1 additions and 1 deletions
|
@ -2266,7 +2266,7 @@ class calendar extends rcube_plugin
|
|||
}
|
||||
|
||||
$slots[$s] = $status;
|
||||
$times[$s] = intval($dt->format($strformat));
|
||||
$times[$s] = $dt->format($strformat);
|
||||
$t = $t_end;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue