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
Pixel Humain
news
Commits
2c5f0eeb
Commit
2c5f0eeb
authored
Sep 17, 2021
by
Ahmad Asjad
Browse files
Merge remote-tracking branch 'origin/master' into composer-dependent
parents
a5607e82
294bdfe4
Changes
1
Hide whitespace changes
Inline
Side-by-side
controllers/actions/GetAction.php
View file @
2c5f0eeb
...
...
@@ -33,11 +33,7 @@ class GetAction extends CAction
if
(
isset
(
$_POST
[
"dateLimit"
])
&&
!
empty
(
$_POST
[
"dateLimit"
]))
$date
=
new
MongoDate
(
$_POST
[
"dateLimit"
]);
$params
=
array
();
$where
=
array
(
"type"
=>
[
'$ne'
=>
ActivityStream
::
COLLECTION
]
);
$where
=
array
();
$params
[
"type"
]
=
@
$type
;
//Define condition of each wall generated datas
if
(
$type
==
Person
::
COLLECTION
)
{
...
...
Write
Preview
Markdown
is supported
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