Bug #18201 » 20080430_tstemplate_info_IE.diff
typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php (working copy) | ||
---|---|---|
// Update template ?
|
||
$POST = t3lib_div::_POST();
|
||
if ($POST['submit']) {
|
||
if ($POST['submit'] || (t3lib_div::testInt($POST['submit_x']) && t3lib_div::testInt($POST['submit_y']))) {
|
||
require_once(PATH_t3lib.'class.t3lib_tcemain.php');
|
||
// Set the data to be saved
|
||
$recData = array();
|