Bug #18392 ยป 7781_constants_editor_IE.diff
typo3/sysext/tstemplate_ceditor/class.tx_tstemplateceditor.php (working copy) | ||
---|---|---|
if ($existTemplate) {
|
||
$saveId = $tplRow['_ORIG_uid'] ? $tplRow['_ORIG_uid'] : $tplRow['uid'];
|
||
// Update template ?
|
||
if (t3lib_div::_POST("submit")) {
|
||
// Update template ?
|
||
if (t3lib_div::_POST("submit") || (t3lib_div::_POST("submit_x") && t3lib_div::_POST("submit_y"))) {
|
||
require_once (PATH_t3lib."class.t3lib_tcemain.php");
|
||
$tmpl->changed=0;
|
||
$tmpl->ext_procesInput(t3lib_div::_POST(),$_FILES,$theConstants,$tplRow);
|