Bug #24683 » 17167.diff
t3lib/extjs/class.t3lib_extjs_extdirectapi.php (Arbeitskopie) | ||
---|---|---|
$ajaxObj->setJavascriptCallbackWrap(
|
||
$setup . 'Ext.app.ExtDirectAPI = Object.extend(Ext.app.ExtDirectAPI, |);'
|
||
);
|
||
header('Expires: ' . date('r', $GLOBALS['EXEC_TIME'] + 3600 * 24 * 30));
|
||
} else {
|
||
if ($filterNamespace) {
|
||
// namespace error
|
||
... | ... | |
alert(errorMessage);
|
||
}
|
||
');
|
||
header('Expires: ' . date('r', $GLOBALS['EXEC_TIME'] + 3600 * 24 * 30));
|
||
}
|
||
}
|
||