2 namespace TYPO3\CMS\Backend\Controller\Wizard;
59 parent::__construct();
94 is_array($origRow) ? $origRow : array(
'pid' => $this->P[
'pid'])
97 if (substr($this->P[
'params'][
'pid'], 0, 3) ===
'###' && substr($this->P[
'params'][
'pid'], -3) ===
'###') {
98 $keyword = substr($this->P[
'params'][
'pid'], 3, -3);
99 if (strpos($keyword,
'PAGE_TSCONFIG_') === 0) {
100 $this->pid = (int)$TSconfig[$this->P[
'field']][$keyword];
102 $this->pid = (int)$TSconfig[
'_' . $keyword];
105 $this->pid = (int)$this->P[
'params'][
'pid'];
109 if ((
string)$this->
id !==
'') {
113 $urlParameters = array();
115 $urlParameters[
'table'] = $this->P[
'params'][
'table'];
117 $redirectUrl = BackendUtility::getModuleUrl(
'web_list', $urlParameters);