2008-06-27 Benjamin Mack <benni@typo3.org>
+ * Fixed bug #7159: _DEFAULT_PI_VARS in felogin (Thanks to Steffen Kamper)
* Fixed bug #8761: tree.js - Typo in function parameter highlightID
* Fixed bug #8497: User Admin > Compare User Settings Inconsistencies (Thanks to Michiel Roos and Francois Suter)
// 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();