aboutsummaryrefslogtreecommitdiffstats
path: root/mod/update_channel.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/update_channel.php')
-rw-r--r--mod/update_channel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/update_channel.php b/mod/update_channel.php
index bdde0a3be..5f4436d59 100644
--- a/mod/update_channel.php
+++ b/mod/update_channel.php
@@ -37,7 +37,7 @@ function update_channel_content(&$a) {
$pattern = "/<img([^>]*) src=\"([^\"]*)\"/";
$replace = "<img\${1} dst=\"\${2}\"";
- $text = preg_replace($pattern, $replace, $text);
+// $text = preg_replace($pattern, $replace, $text);
if(! $load) {
$replace = '<br />' . t('[Embedded content - reload page to view]') . '<br />';