mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#956)
This commit is contained in:
parent
3a03381b8d
commit
8e218f5d69
2 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ if ($topic_id) {
|
|||
$sql = "SELECT forum_name, forum_topics FROM " . BB_FORUMS . " WHERE forum_id = $forum_id LIMIT 1";
|
||||
|
||||
if (!$topic_row = DB()->fetch_row($sql)) {
|
||||
bb_die('Forum not exist');
|
||||
bb_die($lang['FORUM_NOT_EXIST']);
|
||||
}
|
||||
|
||||
$forum_name = $topic_row['forum_name'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue