Author: david
Date: Fri Nov 4 16:29:37 2011
New Revision: 10272
Log:
Fix filename
Added:
trunk/lib/task/i18nRemoveDuplicatesTask.class.php
- copied, changed from r10271,
trunk/lib/task/i18nRemoveDuplicates.class.php
Deleted:
trunk/lib/task/i18nRemoveDuplicates.class.php
Copied and modified: trunk/lib/task/i18nRemoveDuplicatesTask.class.php (from
r10271, trunk/lib/task/i18nRemoveDuplicates.class.php)
==============================================================================
--- trunk/lib/task/i18nRemoveDuplicates.class.php Fri Nov 4 16:21:43
2011 (r10271, copy source)
+++ trunk/lib/task/i18nRemoveDuplicatesTask.class.php Fri Nov 4 16:29:37
2011 (r10272)
@@ -26,7 +26,7 @@
* @author David Juhasz <[email protected]>
* @version SVN: $Id$
*/
-class i18nRemoveDuplicatesTask extends sfBaseTask
+class I18nRemoveDuplicatesTask extends sfBaseTask
{
/**
* @see sfTask
@@ -34,7 +34,6 @@
protected function configure()
{
$this->addOptions(array(
-
// http://trac.symfony-project.org/ticket/8352
new sfCommandOption('application', null,
sfCommandOption::PARAMETER_REQUIRED, 'The application name', true),
));
@@ -53,6 +52,12 @@
*/
public function execute($arguments = array(), $options = array())
{
+ $config =
sfFactoryConfigHandler::getConfiguration($this->configuration->getConfigPaths('config/factories.yml'));
+
+ $params = $config['i18n']['param'];
+ var_dump($params);
+ die();
+
$this->logSection('i18n', sprintf('Removing duplicate i18n sources for the
"%s" application', $options['application']));
// Loop through plugins
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.