Skip to content

Commit

Permalink
Small change to pull Kunena#453
Browse files Browse the repository at this point in the history
  • Loading branch information
mahagr committed Apr 4, 2012
1 parent 837d6e0 commit 882946d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_kunena/controllers/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function save() {
}

// perform security checks
if ($this->me->id == 0) {
if (!$this->me->exists()) {
JError::raiseError( 403, JText::_('Access Forbidden') );
return;
}
Expand Down

0 comments on commit 882946d

Please sign in to comment.