mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor fixes (#667)
This commit is contained in:
parent
f62d25d33b
commit
0fd4b733fc
4 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@ if (isset($this->request['post_id'])) {
|
|||
AND f.forum_id = t.forum_id
|
||||
LIMIT 1");
|
||||
if (!$post) {
|
||||
$this->ajax_die('not post');
|
||||
$this->ajax_die($lang['INVALID_TOPIC_ID_DB']);
|
||||
}
|
||||
|
||||
$is_auth = auth(AUTH_ALL, $post['forum_id'], $userdata, $post);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue