From 4c0d255c8f998818442c15a3e9a7ab6072373ebb Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Thu, 10 Mar 2016 10:58:46 +0100 Subject: [PATCH] [BUGFIX] Allow import of files outside of webroot --- Classes/Command/ImportCommandController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Classes/Command/ImportCommandController.php b/Classes/Command/ImportCommandController.php index bdbe3c7..443c48b 100644 --- a/Classes/Command/ImportCommandController.php +++ b/Classes/Command/ImportCommandController.php @@ -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');