Skip to content

Commit

Permalink
Fixed issue #6721: Can't delete user
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Oct 18, 2012
1 parent 6445739 commit 4e62ef1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/controllers/admin/useraction.php
Expand Up @@ -232,6 +232,8 @@ function deluser()
$aData['current_user'] = $current_user;

$aViewUrls['deluser'][] = $aData;
$this->_renderWrappedTemplate('user', $aViewUrls);

}
}
else
Expand Down

0 comments on commit 4e62ef1

Please sign in to comment.