Skip to content

Commit

Permalink
[BUGFIX] Allow import of files outside of webroot
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrodala committed Mar 10, 2016
1 parent 239bb49 commit 4c0d255
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 4c0d255

Please sign in to comment.