mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-07-20 16:48:47 +00:00
Merge branch 'patch-1' into 'master'
Set $rowDatetime to int for comparison See merge request framasoft/framadate/framadate!350
This commit is contained in:
commit
faa2ee1289
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ class AdminPollService {
|
|||
|
||||
// Search where to insert new column
|
||||
foreach ($slots as $k=>$slot) {
|
||||
$rowDatetime = $slot->title;
|
||||
$rowDatetime = (int) $slot->title;
|
||||
$moments = explode(',', $slot->moments);
|
||||
|
||||
if ($datetime === $rowDatetime) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue