aboutsummaryrefslogtreecommitdiffstats
path: root/mod/photo.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-21 19:37:58 -0700
committerfriendica <info@friendica.com>2013-07-21 19:37:58 -0700
commita2738389edb721e9932240072e3ebd8e8139d5e0 (patch)
tree4f301a242f6e2f0b298919d75e74a0264a5daa26 /mod/photo.php
parent168d7ae9fc30bcbcae4b710da920cabe4cb84b9f (diff)
downloadvolse-hubzilla-a2738389edb721e9932240072e3ebd8e8139d5e0.tar.gz
volse-hubzilla-a2738389edb721e9932240072e3ebd8e8139d5e0.tar.bz2
volse-hubzilla-a2738389edb721e9932240072e3ebd8e8139d5e0.zip
make forbidden sign less obnoxious and more theme-able
Diffstat (limited to 'mod/photo.php')
-rw-r--r--mod/photo.php2
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;
}