Project

General

Profile

Feature #16650 » useStartingPointInstead.diff

Administrator Admin, 2006-10-25 03:55

View differences:

class.tx_newloginbox_pi1_dt.php 2006-10-25 11:49:39.000000000 +1000
// Get storage PIDs:
if ($this->conf['storagePid']) {
$spid['_STORAGE_PID'] = $this->conf['storagePid'];
} elseif ($this->cObj->data['pages']) {
$PIDs = explode(',', $this->cObj->data['pages']);
$spid['_STORAGE_PID'] = $PIDs[0];
} else {
$spid = $GLOBALS['TSFE']->getStorageSiterootPids();
}
(2-2/2)