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