Project

General

Profile

Bug #16851 » patch_4768.patch

Administrator Admin, 2008-04-03 23:04

View differences:

typo3/sysext/cms/tslib/class.tslib_fe.php (working copy)
*/
function getStorageSiterootPids() {
$res=array();
if(!is_array($this->rootLine)) {
return array();
}
reset($this->rootLine);
while(list(,$rC)=each($this->rootLine)) {
if (!$res['_STORAGE_PID']) $res['_STORAGE_PID']=intval($rC['storage_pid']);
(4-4/4)