]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_display.php
Updating after post does now work
[friendica.git] / mod / update_display.php
index 00109202ed7a9547048ea27dbbc2a9e8f5940698..0fbb3f9428b8497330d1e3911701c29597f9db2b 100644 (file)
@@ -15,7 +15,7 @@ function update_display_content(App $a)
        echo "<!DOCTYPE html><html><body>\r\n";
        echo "<section>";
 
-       $text = display_content($a, $profile_uid);
+       $text = display_content($a, true, $profile_uid);
        $pattern = "/<img([^>]*) src=\"([^\"]*)\"/";
        $replace = "<img\${1} dst=\"\${2}\"";
        $text = preg_replace($pattern, $replace, $text);