Fixed : Edit Page Error
This commit is contained in:
parent
244d3069b5
commit
1eb8efb03d
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class cbpage
|
||||||
if(!error())
|
if(!error())
|
||||||
{
|
{
|
||||||
$db->update(tbl($this->page_tbl),array("page_name","page_title","page_content"),
|
$db->update(tbl($this->page_tbl),array("page_name","page_title","page_content"),
|
||||||
array($name,$title,$content)," page_id='$id'");
|
array($name,$title,'|no_mc|'.$content)," page_id='$id'");
|
||||||
e(lang("page_updated"),"m");
|
e(lang("page_updated"),"m");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue