]> git.mxchange.org Git - friendica.git/blobdiff - include/oembed.php
Cleanup /format pre-move
[friendica.git] / include / oembed.php
index 0b8b713667e7aa1faede525a5a08db1b07b03c0b..564626317b38cc81c887b7e3a724db6a5af81c35 100755 (executable)
@@ -4,8 +4,8 @@
  * @file include/oembed.php
  */
 
-use \Friendica\ParseUrl;
-use \Friendica\Core\Config;
+use Friendica\ParseUrl;
+use Friendica\Core\Config;
 
 function oembed_replacecb($matches){
        $embedurl=$matches[1];