Revert "Merge branch 'dev' into 'dev'"

This reverts merge request !1694
This commit is contained in:
Max Kostikov
2019-07-25 12:25:27 +02:00
parent 4e3a0720c3
commit 5695350e98
4 changed files with 6 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ function bb_tag_preg_replace($pattern, $replace, $name, $s) {
function tryoembed($match) {
$url = ((count($match) == 3) ? $match[1] : $match[2]);
$url = ((count($match) == 2) ? $match[1] : $match[2]);
$o = oembed_fetch_url($url);