mirror of
https://github.com/typecho/typecho.git
synced 2025-04-21 18:21:53 +02:00
commit
ae25d095f2
@ -405,7 +405,7 @@ class Widget_Abstract_Contents extends Widget_Abstract
|
||||
*/
|
||||
public function deleteFields($cid)
|
||||
{
|
||||
return $this->db->query($this->db->delete('table.contents')
|
||||
return $this->db->query($this->db->delete('table.fields')
|
||||
->where('cid = ?', $cid));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user