Author: caefer
Date: 2010-04-14 05:02:06 +0200 (Wed, 14 Apr 2010)
New Revision: 29134

Modified:
   
plugins/sfImageTransformExtraPlugin/trunk/lib/transforms/sfImageTransformManager.class.php
Log:
fixed a typo

Modified: 
plugins/sfImageTransformExtraPlugin/trunk/lib/transforms/sfImageTransformManager.class.php
===================================================================
--- 
plugins/sfImageTransformExtraPlugin/trunk/lib/transforms/sfImageTransformManager.class.php
  2010-04-14 02:44:14 UTC (rev 29133)
+++ 
plugins/sfImageTransformExtraPlugin/trunk/lib/transforms/sfImageTransformManager.class.php
  2010-04-14 03:02:06 UTC (rev 29134)
@@ -106,7 +106,7 @@
   {
     foreach($parameters as $key => $parameter)
     {
-      $pathinfo = strtolower(pathinfo($parameter));
+      $pathinfo = pathinfo($parameter);
       if(in_array($pathinfo['extension'], array('jpg', 'jpeg', 'gif', 'png')))
       {
         $filepath = $pathinfo['dirname'];

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" 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/symfony-svn?hl=en.

Reply via email to