Skip to content

Commit

Permalink
Fixed Grid initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Shevchuk authored and Anton Shevchuk committed Aug 1, 2017
1 parent a758bd4 commit 84c0d0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/models/Media/Grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public function init()
$this->setDefaultLimit(25);
$this->setAllowOrders(['id', 'login', 'title', 'type', 'created', 'deleted']);
$this->setAllowFilters(['userId', 'title', 'file']);
$this->processSource();

return $this;
}
Expand Down

0 comments on commit 84c0d0f

Please sign in to comment.