* Fix bug #15633.
This commit is contained in:
@@ -173,21 +173,6 @@ class apiModel extends model
|
||||
return common::createChanges($old, $data);
|
||||
}
|
||||
|
||||
/**
|
||||
* Delete a struct.
|
||||
*
|
||||
* @param int $id
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function deleteStruct($id)
|
||||
{
|
||||
$this->dao->update(TABLE_APISTRUCT)
|
||||
->set('deleted')->eq(1)
|
||||
->where('id')->eq($id)
|
||||
->exec();
|
||||
}
|
||||
|
||||
/**
|
||||
* Update an api doc.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user