'dbName' => $this->dbName,
'dbPrefix' => $this->dbPrefix,
'fileSystemPath' => $this->fileSystemPath,
- 'userMergeMode' => $this->userMergeMode
+ 'userMergeMode' => $this->userMergeMode,
+ 'additionalData' => $this->additionalData
));
-
+
WCF::getTPL()->assign('queue', $queue);
}
-
+
+ /**
+ * @see wcf\page\IPage::readData()
+ */
+ public function readData() {
+ parent::readData();
+
+ if (!count($_POST)) {
+ $this->fileSystemPath = (!empty($_SERVER['DOCUMENT_ROOT']) ? $_SERVER['DOCUMENT_ROOT'] : WCF_DIR);
+ }
+ }
+
/**
* @see wcf\page\IPage::assignVariables()
*/