aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-10-23 12:18:04 +0000
committerMario <mario@mariovavti.com>2020-10-23 12:18:04 +0000
commitc136741db65b65c33b3579c7d2a952d3b509e10e (patch)
treea4c32cdcb363b217587734d487c0647928d10ae8 /include
parent29e89d1152d4aa16de1e90141ad5711e63b768c5 (diff)
downloadvolse-hubzilla-c136741db65b65c33b3579c7d2a952d3b509e10e.tar.gz
volse-hubzilla-c136741db65b65c33b3579c7d2a952d3b509e10e.tar.bz2
volse-hubzilla-c136741db65b65c33b3579c7d2a952d3b509e10e.zip
more remove logging
Diffstat (limited to 'include')
-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'];