protected $addExtJS = FALSE;
protected $addExtCore = FALSE;
protected $extJSadapter = 'ext/ext-base.js';
-
+ protected $extDirectCodeAdded = FALSE;
protected $enableExtJsDebug = FALSE;
protected $enableExtCoreDebug = FALSE;
protected $addSvg = FALSE;
protected $enableSvgDebug = FALSE;
-
// used by BE modules
public $backPath;
* @return void
*/
public function addExtDirectCode() {
+ if ($this->extDirectCodeAdded) {
+ return;
+ }
+ $this->extDirectCodeAdded = TRUE;
$token = '';
if (TYPO3_MODE === 'BE') {
$formprotection = t3lib_formprotection_Factory::get();