aboutsummaryrefslogtreecommitdiffstats
path: root/mod/update_network.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/update_network.php')
-rw-r--r--mod/update_network.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/update_network.php b/mod/update_network.php
index f9914abc2..36de0722a 100644
--- a/mod/update_network.php
+++ b/mod/update_network.php
@@ -26,6 +26,8 @@ function update_network_content(&$a) {
$text = preg_replace($pattern, $replace, $text);
$pattern = "/<\s*embed[^>]*>(.*?)<\s*\/\s*embed>/i";
$text = preg_replace($pattern, $replace, $text);
+ $pattern = "/<\s*iframe[^>]*>(.*?)<\s*\/\s*iframe>/i";
+ $text = preg_replace($pattern, $replace, $text);
echo str_replace("\t",' ',$text);