Bug #16851 » patch_4768.patch
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']);
|
- « Previous
- 1
- 2
- 3
- 4
- Next »