Author: Jonathan.Wage
Date: 2010-02-01 20:31:39 +0100 (Mon, 01 Feb 2010)
New Revision: 27393

Modified:
   plugins/sfSympalPlugin/trunk/lib/minify/sfSympalMinifier.class.php
Log:
[1.4][sfSympalPlugin][1.0] Adding chmod 0777 to cached files


Modified: plugins/sfSympalPlugin/trunk/lib/minify/sfSympalMinifier.class.php
===================================================================
--- plugins/sfSympalPlugin/trunk/lib/minify/sfSympalMinifier.class.php  
2010-02-01 19:31:13 UTC (rev 27392)
+++ plugins/sfSympalPlugin/trunk/lib/minify/sfSympalMinifier.class.php  
2010-02-01 19:31:39 UTC (rev 27393)
@@ -57,6 +57,7 @@
           mkdir($dir, 0777, true);
         }
         file_put_contents($cachedPath, $minified);
+        chmod($cachedPath, 0777);
       }
     
       foreach ($this->_response->{'get'.$typeName.'s'}() as $file => $options)

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