Skip to content

Commit c931173

Browse files
author
stunami
committed
Removing realpath from load method
git-svn-id: http://svn.symfony-project.com/plugins/sfImageTransformPlugin/trunk@28987 ee427ae8-e902-0410-961c-c3ed070cd9f9
1 parent e3231d2 commit c931173

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: lib/sfImage.class.php

-3
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,6 @@ public function create($x=null, $y=null, $color=null)
179179
*/
180180
public function load($filename, $mime='')
181181
{
182-
183-
$filename = realpath($filename);
184-
185182
if (file_exists($filename) && is_readable($filename))
186183
{
187184

0 commit comments

Comments
 (0)