mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 06:33:22 +02:00
Custom Fields fixes.
This commit is contained in:
@@ -252,6 +252,8 @@ class page_chapters_ui extends e_admin_ui
|
||||
e107::getMessage()->addError(CUSLAN_57);
|
||||
return false;
|
||||
}
|
||||
|
||||
$new_data = e107::getCustomFields()->processConfigPost('chapter_fields', $new_data);
|
||||
|
||||
return $new_data;
|
||||
}
|
||||
|
Reference in New Issue
Block a user