Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pixel Humain
places
Commits
d409ad11
Commit
d409ad11
authored
Oct 29, 2021
by
Ahmad Asjad
Browse files
Merge remote-tracking branch 'origin/development' into yii-migration
parents
8bca5d38
cc457a17
Changes
1
Hide whitespace changes
Inline
Side-by-side
models/Place.php
View file @
d409ad11
...
...
@@ -97,7 +97,7 @@ class Place {
else
$elem
[
"typeSig"
]
=
self
::
COLLECTION
;
if
(
@
$elem
[
"type"
])
$elem
=
array_merge
(
$elem
,
Document
::
retrieveAllImagesUrl
(
$id
,
self
::
COLLECTION
,
$elem
[
"type"
],
$elem
));
$elem
=
array_merge
(
$elem
,
Document
::
retrieveAllImagesUrl
(
$id
,
self
::
COLLECTION
,
$elem
));
return
$elem
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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