]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile.php
Merge branch 'pull'
[friendica.git] / mod / profile.php
index 26b33d5f1cfcef812fe1a655dcb0407d02d69f21..66386160f4706da1031a5cd79a34b3560735617b 100755 (executable)
@@ -124,6 +124,8 @@ function profile_content(&$a, $update = 0) {
                return;
        }
 
+       require_once('include/contact_widgets.php');
+
        $a->page['aside'] .= categories_widget($a->get_baseurl(true) . '/profile/' . $a->profile['nickname'],(x($category) ? xmlify($category) : ''));
 
        if(! $update) {