X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FAdmin%2FSite.php;h=8cd2648cf6d559f0ee86fd179ec9b33ac93c2923;hb=1792046a4f270f15d904d591c1e9eb0444ff2349;hp=0e0753a401c263697f0fca2453d1e085b9988398;hpb=df135c31fe10777c21c02480262107d9cab0e563;p=friendica.git diff --git a/src/Module/Admin/Site.php b/src/Module/Admin/Site.php index 0e0753a401..8cd2648cf6 100644 --- a/src/Module/Admin/Site.php +++ b/src/Module/Admin/Site.php @@ -104,7 +104,7 @@ class Site extends BaseAdmin // update profile links in the format "http://server.tld" update_table($a, "profile", ['photo', 'thumb'], $old_url, $new_url); update_table($a, "contact", ['photo', 'thumb', 'micro', 'url', 'nurl', 'alias', 'request', 'notify', 'poll', 'confirm', 'poco', 'avatar'], $old_url, $new_url); - update_table($a, "item", ['owner-link', 'author-link', 'body', 'plink', 'tag'], $old_url, $new_url); + update_table($a, "post-content", ['body'], $old_url, $new_url); // update profile addresses in the format "user@server.tld" update_table($a, "contact", ['addr'], $old_host, $new_host);