Project

General

Profile

Bug #24940 ยป 17464.patch

Administrator Admin, 2011-02-03 14:21

View differences:

t3lib/class.t3lib_pagerenderer.php (revision )
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();
    (1-1/1)