mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Minor improvements (#959)
This commit is contained in:
parent
44512e88b6
commit
ced2cc6fed
5 changed files with 5 additions and 5 deletions
|
@ -213,7 +213,7 @@ switch ($this->request['type']) {
|
|||
|
||||
case 'add':
|
||||
if (!isset($this->request['topic_id'])) {
|
||||
$this->ajax_die('empty topic_id');
|
||||
$this->ajax_die($lang['INVALID_TOPIC_ID']);
|
||||
}
|
||||
|
||||
if (bf($userdata['user_opt'], 'user_opt', 'dis_post')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue