mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r422
Фикс для php 5.4.1+ git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@422 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
589718f31f
commit
6cbc5d3d06
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ switch ($mode)
|
|||
}
|
||||
|
||||
$req_topics = isset($_POST['topic_id_list']) ? $_POST['topic_id_list'] : $topic_id;
|
||||
validate_topics($forum_id, &$req_topics, &$topic_titles);
|
||||
validate_topics($forum_id, $req_topics, $topic_titles);
|
||||
|
||||
if (!$req_topics OR !$topic_csv = get_id_csv($req_topics))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue