Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Apr 3, 2015
1 parent 1d95792 commit 71c8926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@

$this->respond('POST', '/user/list/unapproved', function() {
if (Authentication::verifySession()) {
$perms['view'] = Authentication::checkPermission('panel.viewuser');
$perms['view'] = Authentication::checkPermission('panel.viewusers');
if ($perms['view']) {
$accounts = User::getUnapproved();
} else {
Expand Down

0 comments on commit 71c8926

Please sign in to comment.