aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-10-23 12:18:53 +0000
committerMario <mario@mariovavti.com>2020-10-23 12:18:53 +0000
commitd0e85f05afd09258f8e390811d4c727027a5c1a7 (patch)
tree05296b4acbdca4f7c8102a373fd3582ff1a9c8a9
parent5724be1f8e8468be773c91b1dd7dc89040ec72d2 (diff)
parentc136741db65b65c33b3579c7d2a952d3b509e10e (diff)
downloadvolse-hubzilla-d0e85f05afd09258f8e390811d4c727027a5c1a7.tar.gz
volse-hubzilla-d0e85f05afd09258f8e390811d4c727027a5c1a7.tar.bz2
volse-hubzilla-d0e85f05afd09258f8e390811d4c727027a5c1a7.zip
Merge branch 'dev' into 5.0RC
-rw-r--r--include/channel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php
index 7167d3716..e2be4d8a8 100644
--- a/include/channel.php
+++ b/include/channel.php
@@ -2379,7 +2379,7 @@ function get_zcard($channel, $observer_hash = '', $args = array()) {
intval($cover_size),
intval(PHOTO_COVER)
);
-hz_syslog();
+
if($r) {
$cover = $r[0];
$cover['href'] = z_root() . '/photo/' . $r[0]['resource_id'] . '-' . $r[0]['imgscale'];