aboutsummaryrefslogtreecommitdiffstats
path: root/include/oembed.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-15 21:46:52 -0700
committerFriendika <info@friendika.com>2011-08-15 21:46:52 -0700
commit3d45f9f133a7da9fec34d17c81f8c804c5a9deff (patch)
tree20a5e65960b57b0a790cfce51c27b2b6d2ac0211 /include/oembed.php
parentd0c8f11dfffab4a200e57f71c81aa4f7372ccc1e (diff)
downloadvolse-hubzilla-3d45f9f133a7da9fec34d17c81f8c804c5a9deff.tar.gz
volse-hubzilla-3d45f9f133a7da9fec34d17c81f8c804c5a9deff.tar.bz2
volse-hubzilla-3d45f9f133a7da9fec34d17c81f8c804c5a9deff.zip
remove disable oembed
Diffstat (limited to 'include/oembed.php')
-rw-r--r--include/oembed.php2
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));