diff --git a/app/templates/Standard/index.php b/app/templates/Standard/index.php index b6e157ddd..1d07fe396 100644 --- a/app/templates/Standard/index.php +++ b/app/templates/Standard/index.php @@ -407,8 +407,7 @@ } // Output the row actions if present - if($isFirstLink && !empty($action_args['vv_actions'])) { - // todo check if needed + if($isFirstLink && !empty($rowActions)) { print '
'; print '
'; print $this->element('menuAction', $action_args);