Commit 0b9fe6af authored by wxl's avatar wxl

no message

parent 7ff4fa9a
......@@ -96,6 +96,7 @@ class Lumavideo extends Common
$aritlceId=$this->request->param("id");
$typeid=$this->request->param("typeid");
$title=$this->request->param("title");
$tags=$this->request->param("tags");
$mychannel=$this->request->param("mychannel")? $this->request->param("mychannel") :3;
$description=$this->request->param("description");
......@@ -175,6 +176,7 @@ class Lumavideo extends Common
}
$where['image']=$this->request->param("image");
$where['title']=$title;
$where['tags']=$tags;
$where['typeid']=$typeid;
$where['hide']=1;
$where['mychannel']=$mychannel;
......
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