mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Prevent duplicate check on chapter update
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user