Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
latoilescoute-dev
scoodle
Commits
b9274ef3
Commit
b9274ef3
authored
Nov 10, 2018
by
François-Xavier
Browse files
Merge branch 'master' into scoodle
parents
ddad7266
faa2ee12
Pipeline
#2386
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/classes/Framadate/Services/AdminPollService.php
View file @
b9274ef3
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment