diff options
Diffstat (limited to 'mod/photo.php')
-rw-r--r-- | mod/photo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/photo.php b/mod/photo.php index 43418e524..8c407054b 100644 --- a/mod/photo.php +++ b/mod/photo.php @@ -118,7 +118,7 @@ function photo_init(&$a) { intval($resolution) ); if($r) { - $data = file_get_contents('images/nosign.jpg'); + $data = file_get_contents('images/nosign.png'); $mimetype = 'image/jpeg'; $prvcachecontrol = true; } |