remove disable oembed

This commit is contained in:
Friendika 2011-08-15 21:46:52 -07:00
parent d0c8f11dff
commit 3d45f9f133
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ function oembed_replacecb($matches){
function oembed_fetch_url($embedurl){
return;
$r = q("SELECT v FROM `cache` WHERE k='%s'",
dbesc($embedurl));