]> git.mxchange.org Git - friendica.git/blobdiff - mod/oembed.php
Merge pull request #2932 from Hypolite/issue/missing-private-image-src
[friendica.git] / mod / oembed.php
index 021cbab6fdc8921dcd95727e31a70cc43bbfaead..cb478cb8605d7054133a6e9ab371e2dbb9187d9b 100644 (file)
@@ -1,8 +1,7 @@
 <?php
 require_once("include/oembed.php");
 
-if(! function_exists('oembed_content')) {
-function oembed_content(&$a) {
+function oembed_content(&$a){
        // logger('mod_oembed ' . $a->query_string, LOGGER_ALL);
 
        if ($a->argv[1]=='b2h'){
@@ -34,4 +33,3 @@ function oembed_content(&$a) {
        }
        killme();
 }
-}