Feature #17995 ยป 7159.diff
typo3/sysext/felogin/pi1/class.tx_felogin_pi1.php (working copy) | ||
---|---|---|
// Loading TypoScript array into object variable:
|
||
$this->conf = $conf;
|
||
$this->uploadDir = 'uploads/tx_felogin/';
|
||
|
||
// Loading default pivars
|
||
$this->pi_setPiVarDefaults();
|
||
|
||
// Loading language-labels
|
||
$this->pi_loadLL();
|
||