Feature #16650 » useStartingPointInstead.diff
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();
|
||
}
|
- « Previous
- 1
- 2
- Next »