From 63f66a5a93661cfc327449561a2150aa8187a228 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 19 Dec 2011 19:06:25 -0800 Subject: bug 244 multiple birthday reminders from Diaspora if profile changed repeatedly --- include/bbcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/bbcode.php') diff --git a/include/bbcode.php b/include/bbcode.php index a8e3bed70..5218a06e8 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -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); -- cgit v1.2.3