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
open-source
MetaGer
Commits
41127cda
Commit
41127cda
authored
Mar 01, 2021
by
Dominik Hebeler
Browse files
fixed non ending loadmore
parent
6a5e8c68
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
app/Models/Adgoal.php
View file @
41127cda
...
...
@@ -144,7 +144,7 @@ class Adgoal
return
;
}
if
(
empty
(
$answer
)
||
!
is_array
(
$answer
)){
if
(
empty
(
$answer
)
&&
!
is_array
(
$answer
)){
return
;
}
...
...
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