]> git.mxchange.org Git - friendica.git/commitdiff
include contact_widgets for categories_widget when doing updates
authorfriendica <info@friendica.com>
Wed, 4 Apr 2012 02:16:02 +0000 (19:16 -0700)
committerfriendica <info@friendica.com>
Wed, 4 Apr 2012 02:16:02 +0000 (19:16 -0700)
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) {