diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-12-20 17:18:19 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-12-20 17:18:19 +0100 |
commit | ba732c97c10a1f6f712f78c97d7d9bd51c104160 (patch) | |
tree | 2e590cb581be00c29d1ef5914a8d6d9bd924b910 /include/bbcode.php | |
parent | f3b499f1192a3cc2386aa639d2f0d2fa147e911a (diff) | |
parent | c0c4c46874ed7e1798900422112ca643c1bb3cc0 (diff) | |
download | volse-hubzilla-ba732c97c10a1f6f712f78c97d7d9bd51c104160.tar.gz volse-hubzilla-ba732c97c10a1f6f712f78c97d7d9bd51c104160.tar.bz2 volse-hubzilla-ba732c97c10a1f6f712f78c97d7d9bd51c104160.zip |
Merge remote-tracking branch 'friendica/master'
Diffstat (limited to 'include/bbcode.php')
-rw-r--r-- | include/bbcode.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |