Project

General

Profile

Bug #19149 » patch_9046_v10b_cacheIssue.patch

Administrator Admin, 2009-11-06 17:53

View differences:

typo3/sysext/cms/tslib/class.tslib_fe.php (working copy)
'type' => intval($this->type),
'gr_list' => (string)$this->gr_list,
'MP' => (string)$this->MP,
'cHash' => $this->cHash_array
'cHash' => $this->cHash_array,
'domainStartPage' => $this->domainStartPage,
)
);
......
'type' => intval($this->type),
'gr_list' => (string)$this->gr_list,
'MP' => (string)$this->MP,
'cHash' => $this->cHash_array
'cHash' => $this->cHash_array,
'domainStartPage' => $this->domainStartPage,
)
);
(6-6/6)