stanley-king 7 年之前
父节点
当前提交
db0fb24d87
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      helper/ugc_helper.php

+ 1 - 1
helper/ugc_helper.php

@@ -120,7 +120,7 @@ class ugc_helper
             if($special->has_vote() && $vote != false)
             {
                 $voter = new special_vote($special->special_id());
-                $vote_result = $voter->vote($options);
+                $vote_result = $voter->vote($vote);
                 if($vote_result == false) {
                     return false;
                 } else {