mirror of
https://github.com/friendica/friendica
synced 2025-04-25 16:30:10 +00:00
parse_url: Problem when resizing images
This commit is contained in:
parent
bfca7f47ef
commit
72f430ae58
2 changed files with 6 additions and 6 deletions
|
@ -791,10 +791,10 @@ function get_atom_elements($feed,$item) {
|
|||
call_hooks('parse_atom', $arr);
|
||||
|
||||
//if (($res["title"] != "") or (strpos($res["body"], "RT @") > 0)) {
|
||||
if (strpos($res["body"], "RT @") !== false) {
|
||||
$debugfile = tempnam("/home/ike/log", "item-res2-");
|
||||
file_put_contents($debugfile, serialize($arr));
|
||||
}
|
||||
//if (strpos($res["body"], "RT @") !== false) {
|
||||
// $debugfile = tempnam("/home/ike/log", "item-res2-");
|
||||
// file_put_contents($debugfile, serialize($arr));
|
||||
//}
|
||||
|
||||
return $res;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue