Feature #15180 ยป storagePid.diff
class.tx_newloginbox_pi1.php 2006-10-04 20:21:51.658189448 +0200 | ||
---|---|---|
$this->pi_initPIflexForm();
|
||
// Get storage PIDs:
|
||
$spid = $GLOBALS['TSFE']->getStorageSiterootPids();
|
||
if ($this->conf['storagePid']) {
|
||
$spid['_STORAGE_PID'] = $this->conf['storagePid'];
|
||
} else {
|
||
$spid = $GLOBALS['TSFE']->getStorageSiterootPids();
|
||
}
|
||
// GPvars:
|
||
$logintype = t3lib_div::GPvar('logintype');
|