rev update

This commit is contained in:
friendica 2012-05-28 16:51:52 -07:00
parent 6962989e52
commit f033c9a4ae
3 changed files with 202 additions and 202 deletions

View file

@ -2980,12 +2980,12 @@ function fix_private_photos($s,$uid, $item = null, $cid = 0) {
}
}
if($replace) {
logger('replacing photo');
logger('fix_private_photos: replacing photo', LOGGER_DEBUG);
$s = str_replace($image, 'data:image/jpg;base64,' . base64_encode($r[0]['data']), $s);
logger('fix_private_photos: replaced: ' . $s, LOGGER_DATA);
}
}
}
logger('fix_private_photos: replaced: ' . $s, LOGGER_DATA);
}
}
return($s);