git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@28898
735d13b6-9817-0410-8766-
e36946ffe9aa
+2010-01-14 Steffen Kamper <info@sk-typo3.de>
+
+ * Fixed bug #13199: fileadminDir is hardcoded in several places (Thanks to Susanne Moog)
+
2010-01-08 Xavier Perseguers <typo3@perseguers.ch>
* Updated copyright year
$this->unzip->putFileToArchive('content.xml', $content_xml['content']);
// Writing ZIP content back to zip-archive file:
- $result = $this->unzip->compileZipFile('fileadmin/dbtest_output.sxc');
+ $result = $this->unzip->compileZipFile($GLOBALS['TYPO3_CONF_VARS']['BE']['fileadminDir'] . 'dbtest_output.sxc');
debug($result);