Fixed permissions typo in stickies

This commit is contained in:
Savetheinternet 2011-01-02 21:34:31 +11:00
parent f1f68b0e7e
commit cff02371ce

View File

@ -284,7 +284,7 @@
else
header('Location: ?/' . sprintf(BOARD_PATH, $boardName) . FILE_INDEX, true, REDIRECT_HTTP);
} elseif(preg_match('/^\/' . $regex['board'] . '(un)?sticky\/(\d+)$/', $query, $matches)) {
if($mod['type'] < MOD_DELETE) error(ERROR_NOACCESS);
if($mod['type'] < MOD_STICKY) error(ERROR_NOACCESS);
// Ban by post
$boardName = $matches[1];