Form\Generate update
- remove auto load _POST vars - Update color settings to # leading 6/8 digit hex code - remove any global variable calls/requests - fix some isset/empty clean ups (isset + set = !empty) - fix on delete of reference data that loaded data was not shown again - fix on reference data save error that wrong data is still shown and not removed
This commit is contained in:
@@ -58,10 +58,6 @@ $l10n = new \CoreLibs\Language\L10n(
|
||||
// flush and start
|
||||
ob_end_flush();
|
||||
|
||||
// FIXME: only extract _POST data that is needed
|
||||
// FIXME: update table_arrays reader to use other than $_GLOBALS
|
||||
extract($_POST, EXTR_SKIP);
|
||||
|
||||
// init smarty and form class
|
||||
$edit_base = new CoreLibs\Admin\EditBase(DB_CONFIG, $log, $l10n, $locale);
|
||||
// creates edit pages and runs actions
|
||||
|
||||
Reference in New Issue
Block a user