Author: stunami
Date: 2010-04-05 21:26:14 +0200 (Mon, 05 Apr 2010)
New Revision: 28987
Modified:
plugins/sfImageTransformPlugin/trunk/lib/sfImage.class.php
Log:
Removing realpath from load method
Modified: plugins/sfImageTransformPlugin/trunk/lib/sfImage.class.php
===================================================================
--- plugins/sfImageTransformPlugin/trunk/lib/sfImage.class.php 2010-04-05
11:04:09 UTC (rev 28986)
+++ plugins/sfImageTransformPlugin/trunk/lib/sfImage.class.php 2010-04-05
19:26:14 UTC (rev 28987)
@@ -179,9 +179,6 @@
*/
public function load($filename, $mime='')
{
-
- $filename = realpath($filename);
-
if (file_exists($filename) && is_readable($filename))
{
--
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.