aboutsummaryrefslogtreecommitdiffstats
path: root/mod/msearch.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-07 16:02:56 -0700
committerfriendica <info@friendica.com>2012-06-07 16:02:56 -0700
commitba2452a076c0635e94c6a0967b778df0df14eca7 (patch)
tree2fd57e8f38a29bb98c2f85502f9db214b29b34f9 /mod/msearch.php
parent67d8afb9d18df137fddc991443f9b796b5821210 (diff)
downloadvolse-hubzilla-ba2452a076c0635e94c6a0967b778df0df14eca7.tar.gz
volse-hubzilla-ba2452a076c0635e94c6a0967b778df0df14eca7.tar.bz2
volse-hubzilla-ba2452a076c0635e94c6a0967b778df0df14eca7.zip
png support for embedded private photos
Diffstat (limited to 'mod/msearch.php')
-rw-r--r--mod/msearch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/msearch.php b/mod/msearch.php
index 94def7d89..89de5b705 100644
--- a/mod/msearch.php
+++ b/mod/msearch.php
@@ -28,7 +28,7 @@ function msearch_post(&$a) {
$results[] = array(
'name' => $rr['name'],
'url' => $a->get_baseurl() . '/profile/' . $rr['nickname'],
- 'photo' => $a->get_baseurl() . '/photo/avatar/' . $rr['uid'] . 'jpg',
+ 'photo' => $a->get_baseurl() . '/photo/avatar/' . $rr['uid'] . '.jpg',
'tags' => str_replace(array(',',' '),array(' ',' '),$rr['pub_keywords'])
);
}