Author: david
Date: Fri Nov 12 14:35:48 2010
New Revision: 8835

Log:
No need to extract lib directory more than once.

Modified:
   trunk/vendor/symfony/lib/i18n/extract/sfI18nPluginExtract.class.php

Modified: trunk/vendor/symfony/lib/i18n/extract/sfI18nPluginExtract.class.php
==============================================================================
--- trunk/vendor/symfony/lib/i18n/extract/sfI18nPluginExtract.class.php Fri Nov 
12 11:52:50 2010        (r8834)
+++ trunk/vendor/symfony/lib/i18n/extract/sfI18nPluginExtract.class.php Fri Nov 
12 14:35:48 2010        (r8835)
@@ -52,9 +52,10 @@
         $this->parameters['path'].'/modules/'.$moduleName.'/actions',
         $this->parameters['path'].'/modules/'.$moduleName.'/lib',
         $this->parameters['path'].'/modules/'.$moduleName.'/templates',
-        $this->parameters['path'].'/lib'
       ));
     }
+
+    $this->extractFromPhpFiles($this->parameters['path'].'/lib');
   }
 
   /**

-- 
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.

Reply via email to