mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9712 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d8e166a805
commit
89d87a2182
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ $topic_id = request_var('t', 0);
|
|||
$post_id = request_var('p', 0);
|
||||
$voted_id = request_var('vote_id', array('' => 0));
|
||||
|
||||
$voted_id = (sizeof($voted_id) > 1) ? array_unique($voted_id) : $voted_id;
|
||||
|
||||
|
||||
$start = request_var('start', 0);
|
||||
$view = request_var('view', '');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue