mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Update Torrent.php
This commit is contained in:
parent
6ee421b949
commit
8b3fdf7e07
1 changed files with 1 additions and 2 deletions
|
@ -474,8 +474,7 @@ class Torrent
|
||||||
|
|
||||||
if ($reg_mode == 'request' || $reg_mode == 'newtopic') {
|
if ($reg_mode == 'request' || $reg_mode == 'newtopic') {
|
||||||
set_die_append_msg($forum_id, $topic_id);
|
set_die_append_msg($forum_id, $topic_id);
|
||||||
$mess = sprintf($lang['BT_REGISTERED'], DL_URL . $attach_id);
|
bb_die(sprintf($lang['BT_REGISTERED'], DL_URL . $attach_id));
|
||||||
bb_die($mess);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue