Skip to content

Commit

Permalink
Make sure we actually get the right page when running outside of Apache
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Aug 10, 2005
1 parent d34fb22 commit bc014bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugins/Admin/Admin.pm
Expand Up @@ -227,7 +227,11 @@ sub otherLinks {
aid => $aid,
tids => \@tids,
topics => $topics,
}, { Return => 1, Nocomm => 1 });
}, {
Return => 1,
Nocomm => 1,
Page => 'admin'
});
}

##################################################################
Expand Down

0 comments on commit bc014bb

Please sign in to comment.