Commit ae50c283 by 庄欣

fix bug

parent 62212878
......@@ -23,7 +23,7 @@ class Article extends ControllerBase
];
public function index($query = "")
public function index($query = "",$checkUid = true)
{
$string = $this->combine(['type' => self::Article]);
return parent::index($string);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment