mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
TorrentPier Aurochs release preparation.
This commit is contained in:
parent
e9a76e6a5c
commit
3e8b494572
21 changed files with 709 additions and 502 deletions
|
@ -210,7 +210,7 @@ switch ($mode) {
|
|||
$req_topics = isset($_POST['topic_id_list']) ? $_POST['topic_id_list'] : $topic_id;
|
||||
validate_topics($forum_id, $req_topics, $topic_titles);
|
||||
|
||||
if (!$req_topics or !$topic_csv = get_id_csv($req_topics)) {
|
||||
if (!$req_topics || !($topic_csv = get_id_csv($req_topics))) {
|
||||
bb_die($lang['NONE_SELECTED']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue