1
0
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:
Cameron 2013-10-28 21:28:21 -07:00
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);
}
}