]> git.mxchange.org Git - friendica.git/blobdiff - mod/oembed.php
Merge pull request #3518 from AndyHee/3.5.2rc
[friendica.git] / mod / oembed.php
index 1d6e6145cd35cd0c873dec999f59429d2ed59d23..3266ad963e110a0956a69a36844252e13f2f0397 100644 (file)
@@ -1,7 +1,10 @@
 <?php
+
+use Friendica\App;
+
 require_once("include/oembed.php");
 
-function oembed_content(App &$a){
+function oembed_content(App $a) {
        // logger('mod_oembed ' . $a->query_string, LOGGER_ALL);
 
        if ($a->argv[1]=='b2h'){