forked from GithubBackups/tinyib
Add missing global
This commit is contained in:
parent
a5a93dd639
commit
4af3a83c51
@ -552,6 +552,7 @@ EOF;
|
|||||||
}
|
}
|
||||||
|
|
||||||
function manageStatus() {
|
function manageStatus() {
|
||||||
|
global $isadmin;
|
||||||
$threads = countThreads();
|
$threads = countThreads();
|
||||||
$bans = count(allBans());
|
$bans = count(allBans());
|
||||||
$info = $threads . ' ' . plural('thread', $threads) . ', ' . $bans . ' ' . plural('ban', $bans);
|
$info = $threads . ' ' . plural('thread', $threads) . ', ' . $bans . ' ' . plural('ban', $bans);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user