Skip to content

Commit

Permalink
Merge pull request #7 from bluzphp/develop
Browse files Browse the repository at this point in the history
Fixed Grid initialization
  • Loading branch information
Anton authored Aug 4, 2017
2 parents 3868513 + 84c0d0f commit 5caf169
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 5caf169

Please sign in to comment.