diff options
author | Friendika <info@friendika.com> | 2011-10-28 04:35:10 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-28 04:35:10 -0700 |
commit | 2914ffb396259da2901ed261159eb51987b8d814 (patch) | |
tree | fb2481ebf5e10130eb05dc719c91afdf068541b1 /include/bb2diaspora.php | |
parent | e5992003e88545ffe5df0acc57c850733facdd5e (diff) | |
download | volse-hubzilla-2914ffb396259da2901ed261159eb51987b8d814.tar.gz volse-hubzilla-2914ffb396259da2901ed261159eb51987b8d814.tar.bz2 volse-hubzilla-2914ffb396259da2901ed261159eb51987b8d814.zip |
log scale_diaspora_image
Diffstat (limited to 'include/bb2diaspora.php')
-rw-r--r-- | include/bb2diaspora.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php index aec2b74bc..b03ead425 100644 --- a/include/bb2diaspora.php +++ b/include/bb2diaspora.php @@ -29,6 +29,7 @@ function scale_diaspora_images($s,$include_link = true) { if($c) { require_once('include/Photo.php'); foreach($matches as $mtch) { + logger('scale_diaspora_image: ' . $mtch[1]); $i = fetch_url($mtch[1]); if($i) { $ph = new Photo($i); |