diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/oembed.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oembed.php b/include/oembed.php index e86275e61..b325a766e 100644 --- a/include/oembed.php +++ b/include/oembed.php @@ -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)); |