From 2ae3bb6e3a2b0770dd43cf613219ef95fffb08e5 Mon Sep 17 00:00:00 2001 From: Guilherme Blanco Date: Mon, 19 Sep 2011 01:40:30 -0300 Subject: [PATCH] Fixed bug in Result cache cleaner. --- .../ORM/Tools/Console/Command/ClearCache/ResultCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php b/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php index 45c66a949..5db7fb296 100644 --- a/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php +++ b/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php @@ -24,7 +24,7 @@ use Symfony\Component\Console\Input\InputArgument, Symfony\Component\Console; /** - * Command to clear the query cache of the various cache drivers. + * Command to clear the result cache of the various cache drivers. * * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @link www.doctrine-project.org @@ -42,7 +42,7 @@ class ResultCommand extends Console\Command\Command protected function configure() { $this - ->setName('orm:clear-cache:query') + ->setName('orm:clear-cache:result') ->setDescription('Clear all result cache of the various cache drivers.') ->setDefinition(array( new InputOption(