diff options
author | redmatrix <git@macgirvin.com> | 2016-02-25 16:21:38 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-25 16:21:38 -0800 |
commit | dc8c7a2d2e8060d295c46637e2f1caac76aca6fa (patch) | |
tree | 33b2f1b54b43643b81a98d34107ec096898c0cd6 /include/identity.php | |
parent | ba2ede0a8f82be98994f129655dbb78d5c024e47 (diff) | |
download | volse-hubzilla-dc8c7a2d2e8060d295c46637e2f1caac76aca6fa.tar.gz volse-hubzilla-dc8c7a2d2e8060d295c46637e2f1caac76aca6fa.tar.bz2 volse-hubzilla-dc8c7a2d2e8060d295c46637e2f1caac76aca6fa.zip |
small improvements to profile like activity
Diffstat (limited to 'include/identity.php')
-rw-r--r-- | include/identity.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/identity.php b/include/identity.php index 0a88ed208..caf2de710 100644 --- a/include/identity.php +++ b/include/identity.php @@ -1832,8 +1832,7 @@ function get_zcard($channel,$observer_hash = '',$args = array()) { $cover['href'] = z_root() . '/photo/' . $r[0]['resource_id'] . '-' . $r[0]['scale']; } else { - // @fixme remove this when we have a fallback cover photo and use that instead. - return; + $cover = $pphoto; } $o .= replace_macros(get_markup_template('zcard.tpl'),array( |