Skip to content

Commit

Permalink
Merge pull request #7 from mbrodala/patch-1
Browse files Browse the repository at this point in the history
[BUGFIX] Allow import of files outside of webroot
  • Loading branch information
Michiel Roos committed Mar 10, 2016
2 parents 239bb49 + 4c0d255 commit 6389aef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/Command/ImportCommandController.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ protected function importData($table, $matchFields, $file = null)
if ($file === null) {
$configurationFiles = $this->findYamlFiles();
} else {
$file = GeneralUtility::getFileAbsFileName($file);
$configurationFiles = array($file);
}
$this->headerMessage('Importing ' . $table . ' configuration');
Expand Down

0 comments on commit 6389aef

Please sign in to comment.