mirror of
https://github.com/e107inc/e107.git
synced 2025-06-04 18:06:58 +02:00
Prevent duplicate check on chapter update
This commit is contained in:
parent
27a6e3c740
commit
02bc1e64a0
@ -204,7 +204,7 @@ class page_chapters_ui extends e_admin_ui
|
||||
|
||||
public function beforeUpdate($new_data, $old_data, $id)
|
||||
{
|
||||
return $this->beforeCreate($new_data);
|
||||
// return $this->beforeCreate($new_data);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user