aboutsummaryrefslogtreecommitdiffstats
path: root/include/channel.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-10-23 11:46:43 +0000
committerMario <mario@mariovavti.com>2020-10-23 11:46:43 +0000
commit29e89d1152d4aa16de1e90141ad5711e63b768c5 (patch)
treeec74fff0cd3148f9a7f503e927c575112717f52c /include/channel.php
parent59fd3861a76bad8ac07592046401b3c27a5f3cb2 (diff)
downloadvolse-hubzilla-29e89d1152d4aa16de1e90141ad5711e63b768c5.tar.gz
volse-hubzilla-29e89d1152d4aa16de1e90141ad5711e63b768c5.tar.bz2
volse-hubzilla-29e89d1152d4aa16de1e90141ad5711e63b768c5.zip
Ãremove loggingÃ
Diffstat (limited to 'include/channel.php')
-rw-r--r--include/channel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php
index bca09f1f3..7167d3716 100644
--- a/include/channel.php
+++ b/include/channel.php
@@ -2452,7 +2452,7 @@ function get_zcard_embed($channel, $observer_hash = '', $args = array()) {
intval($cover_size),
intval(PHOTO_COVER)
);
-hz_syslog(print_r($r,true));
+
if($r) {
$cover = $r[0];
$cover['href'] = z_root() . '/photo/' . $r[0]['resource_id'] . '-' . $r[0]['imgscale'];