翻译
This commit is contained in:
@@ -75,7 +75,7 @@ class ArticleController extends BaseController
|
||||
{
|
||||
$id = (int)input('id');
|
||||
if (!$id) {
|
||||
return $this->error(__("Invalid parameter"));
|
||||
return $this->error(__("Invalid parameters"));
|
||||
}
|
||||
|
||||
$vo = ArchivesModel::where('id', $id)->find();
|
||||
|
||||
Reference in New Issue
Block a user