]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile.php
Merge pull request #6315 from MrPetovan/bug/6309-add-fulltext-index-profile
[friendica.git] / mod / profile.php
index 87ad9a9e97e3211e918574ff5fcbb1c384682c7d..51f8ca7534124f8174747d60cfd5a93fa7cca19e 100644 (file)
@@ -127,9 +127,6 @@ function profile_content(App $a, $update = 0)
                return Login::form();
        }
 
-       require_once 'include/conversation.php';
-       require_once 'include/items.php';
-
        $groups = [];
        $remote_cid = null;