Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
Fix/comments media gallery 1601
· 960bb8df
Brian Hatchet
authored
Sep 11, 2019
and
Mark Harding
committed
Sep 11, 2019
960bb8df
Merge branch 'fix/comments-media-gallery-1601' into 'master'
· 905f4e23
Mark Harding
authored
Sep 11, 2019
Fix/comments media gallery 1601 See merge request
!321
905f4e23
Hide whitespace changes
Inline
Side-by-side
Controllers/api/v1/admin/reports.php
View file @
905f4e23
...
...
@@ -31,7 +31,7 @@ class reports implements Interfaces\Api, Interfaces\ApiAdminPam
/** @var Core\Reports\Repository $repository */
$repository
=
Di
::
_
()
->
get
(
'Reports\Repository'
);
$reports
=
$repository
->
get
All
([
$reports
=
$repository
->
get
List
([
'state'
=>
$state
,
'limit'
=>
$limit
,
'offset'
=>
$offset
...
...
Controllers/api/v2/permissions/comments.php
View file @
905f4e23
...
...
@@ -8,6 +8,7 @@ use Minds\Interfaces;
use
Minds\Core\Entities\Actions\Save
;
use
Minds\Core\Session
;
use
Minds\Core\Permissions\Permissions
;
use
Minds\Core\Permissions\Entities\EntityPermissions
;
class
comments
implements
Interfaces\Api
{
...
...