X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fhtml2plain.php;h=4afac41d8316267b78198d2ed054ea686497a3ce;hb=8066f2109eddf4955dc830cba471cce48683c138;hp=839dd70a74437383a01ccdec34bbcad0d66506a7;hpb=2064d86cb39c20b738ba5f8ca35d4102216a5c30;p=friendica.git diff --git a/include/html2plain.php b/include/html2plain.php index 839dd70a74..4afac41d83 100644 --- a/include/html2plain.php +++ b/include/html2plain.php @@ -92,6 +92,9 @@ function collecturls($message) { if ((strpos($treffer[1], "//plus.google.com/") !== false) and (strpos($treffer[1], "/posts") !== false)) $ignore = false; + if ((strpos($treffer[1], "//plus.google.com/") !== false) and (strpos($treffer[1], "/photos") !== false)) + $ignore = false; + if (!$ignore) $urls[$treffer[1]] = $treffer[1]; }