mirror of
https://github.com/friendica/friendica
synced 2025-04-26 14:30:13 +00:00
bug 244 multiple birthday reminders from Diaspora if profile changed repeatedly
This commit is contained in:
parent
79f3bbbf2b
commit
63f66a5a93
3 changed files with 16 additions and 1 deletions
|
@ -11,7 +11,7 @@ function stripcode_br_cb($s) {
|
|||
|
||||
function tryoembed($match){
|
||||
$url = ((count($match)==2)?$match[1]:$match[2]);
|
||||
logger('tryoembed: $url');
|
||||
logger("tryoembed: $url");
|
||||
|
||||
$o = oembed_fetch_url($url);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue