]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Admin/Site.php
post/thread views are renamed, search bugs fixed
[friendica.git] / src / Module / Admin / Site.php
index 0e0753a401c263697f0fca2453d1e085b9988398..8cd2648cf6d559f0ee86fd179ec9b33ac93c2923 100644 (file)
@@ -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);