1
0
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:
Cameron
2017-01-25 10:30:28 -08:00
parent 46cacf5e3f
commit d776d116dc
3 changed files with 11 additions and 91 deletions

View File

@@ -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;
}