projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
819c613
)
Fixes PlImage.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 10 Jan 2011 13:21:17 +0000
(14:21 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 10 Jan 2011 20:01:39 +0000
(21:01 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
classes/plimage.php
patch
|
blob
|
blame
|
history
diff --git
a/classes/plimage.php
b/classes/plimage.php
index
6769f4d
..
a8113db
100644
(file)
--- a/
classes/plimage.php
+++ b/
classes/plimage.php
@@
-49,7
+49,7
@@
class PlImage {
public function path()
{
if (empty($this->data)) {
- return $file;
+ return $
this->
file;
} else {
$name = md5($this->data);
$GLOBALS['img' . $name] = $this->data;