Bug #19149 » patch_9046_v8b_cacheIssue.patch
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,
|
||
)
|
||
);
|
||