Skip to content

Commit

Permalink
Bug #152485 fix: Back end>> Field group >> User getting error message…
Browse files Browse the repository at this point in the history
… instead of successful message even saving the correct details.
  • Loading branch information
ankush-maherwal committed Oct 31, 2019
1 parent f151e0e commit df02318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/controllers/group.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function newsave()
{
$msg = JText::_('COMTJFILEDS_GROUP_CREATED_SUCCESSFULLY');
$link = JRoute::_('index.php?option=com_tjfields&view=group&layout=edit&client=' . $input->get('client', '', 'STRING'), false);
$this->setRedirect($link, $msg, 'error');
$this->setRedirect($link, $msg, 'success');
}
else
{
Expand Down

0 comments on commit df02318

Please sign in to comment.