Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Jun 9, 2018
1 parent 7e6eb41 commit cce344d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/actions/views/grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,17 +140,13 @@ function(jForm, AjaxQuery)
<? endif; ?>

<div class="tab-content">


<?
$widgetClassName = $action->gridClassName;
$widgetFiltersClassName = $action->filtersClassName;
?>

<?
$grid = $widgetClassName::begin((array)$action->gridConfig);
?>

<?
if ($widgetFiltersClassName) {
$filtersConfig = (array)$action->filtersConfig;
Expand Down

0 comments on commit cce344d

Please sign in to comment.