[completed: 586] Resolved paging bug in AdminPages.aspx.

This commit is contained in:
Dario Solera 2011-04-22 17:53:17 +02:00
parent f16f67cff2
commit 2e1eb1813d
5 changed files with 38 additions and 13 deletions

View file

@ -103,6 +103,8 @@ namespace ScrewTurn.Wiki {
}
}
result.Sort(new UsernameComparer());
return result;
}