Skip to content

Commit

Permalink
Update remember.php
Browse files Browse the repository at this point in the history
  • Loading branch information
schultz-it-solutions committed Sep 1, 2017
1 parent 5f6e00b commit 6ec3c84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/system/remember/remember.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ public function onUserBeforeSave($user, $isnew, $data)
);
}

$this->app->enqueueMessage(JText::_('COM_USERS_PROFILE_SAVE_REMEMBERME_USERINFO'), 'notice');
$this->app->enqueueMessage(JText::_('COM_USERS_PROFILE_SAVE_REMEMBERME_USERINFO'), 'notice');

return true;
}

Expand Down

0 comments on commit 6ec3c84

Please sign in to comment.