log scale_diaspora_image
This commit is contained in:
parent
e5992003e8
commit
2914ffb396
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ function scale_diaspora_images($s,$include_link = true) {
|
||||||
if($c) {
|
if($c) {
|
||||||
require_once('include/Photo.php');
|
require_once('include/Photo.php');
|
||||||
foreach($matches as $mtch) {
|
foreach($matches as $mtch) {
|
||||||
|
logger('scale_diaspora_image: ' . $mtch[1]);
|
||||||
$i = fetch_url($mtch[1]);
|
$i = fetch_url($mtch[1]);
|
||||||
if($i) {
|
if($i) {
|
||||||
$ph = new Photo($i);
|
$ph = new Photo($i);
|
||||||
|
|
Loading…
Reference in a new issue