Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.1
-
Fix Version/s: 2.0.2
-
Component/s: None
-
Labels:None
-
Environment:PHP Version => 5.3.3-1ubuntu9.3
Description
When running dbal:import, I receive the following error :
Undefined variable: printer in /frameworks/doctrine-orm/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php on line 113
113 : $printer->writeln('OK!');
Other output is implemented using $output->write();
Fixed.