[completed: 586] Resolved paging bug in AdminPages.aspx.
This commit is contained in:
parent
f16f67cff2
commit
2e1eb1813d
5 changed files with 38 additions and 13 deletions
|
@ -43,7 +43,7 @@ namespace ScrewTurn.Wiki {
|
|||
/// Displays the orphan pages count.
|
||||
/// </summary>
|
||||
private void DisplayOrphansCount() {
|
||||
int orphans = Pages.GetOrphanedPages(null).Length;
|
||||
int orphans = Pages.GetOrphanedPages(null as NamespaceInfo).Length;
|
||||
foreach(NamespaceInfo nspace in Pages.GetNamespaces()) {
|
||||
orphans += Pages.GetOrphanedPages(nspace).Length;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue