Skip to content

Commit

Permalink
removed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pollen8 committed Feb 24, 2014
1 parent 6ee6652 commit 4b4a094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_fabrik/models/group.php
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ public function getGroupProperties(&$formModel)
}

$groupTable->label = $label;
$group->title = $w->parseMessageForPlaceHolder($groupTable->label, $formModel->data, false);
$group->title = $w->parseMessageForPlaceHolder($groupTable->label, $formModel->_data, false);
$group->title = JText::_($group->title);
$group->name = $groupTable->name;
$group->displaystate = ($group->canRepeat == 1 && $formModel->isEditable()) ? 1 : 0;
Expand Down

0 comments on commit 4b4a094

Please sign in to comment.