Skip to content

Commit

Permalink
changed as per Quy's remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
schultz-it-solutions authored Dec 21, 2017
1 parent 8acd325 commit f226416
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/system/remember/remember.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,12 @@ public function onUserBeforeSave($user, $isnew, $data)
{
// Log an alert for the site admin
JLog::add(
sprintf('Failed to delete cookie token for user %s with the following error: %s', $results[0]->user_id, $e->getMessage()),
sprintf('Failed to delete cookie token for user %s with the following error: %s', $user['username'], $e->getMessage()),
JLog::WARNING,
'security'
);
}

return true;
}

}

0 comments on commit f226416

Please sign in to comment.