log scale_diaspora_image
This commit is contained in:
parent
e5992003e8
commit
2914ffb396
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user