Skip to content

Commit

Permalink
Merge pull request #14 from carakas/patch-2
Browse files Browse the repository at this point in the history
Fix datagrid
  • Loading branch information
jeroendesloovere committed Jun 27, 2018
2 parents 8c9bc07 + 11e9df7 commit 3242c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Backend/Modules/Instagram/Actions/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ protected function loadDataGrid(): void
{
$this->dataGrid = new DataGridDatabase(
BackendInstagramModel::QRY_DATAGRID_BROWSE,
Language::getWorkingLanguage()
[Language::getWorkingLanguage()]
);

// Reform date
Expand Down

0 comments on commit 3242c53

Please sign in to comment.