diff options
author | friendica <info@friendica.com> | 2012-04-03 19:16:02 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-03 19:16:02 -0700 |
commit | dbe16afcd41376ce3cc93fe7ec98a83a71644878 (patch) | |
tree | db65248fa933ebd59ca986a91990311ef5a87955 | |
parent | 3db2cf76b9329a194210a0faf19484dedf9eea86 (diff) | |
download | volse-hubzilla-dbe16afcd41376ce3cc93fe7ec98a83a71644878.tar.gz volse-hubzilla-dbe16afcd41376ce3cc93fe7ec98a83a71644878.tar.bz2 volse-hubzilla-dbe16afcd41376ce3cc93fe7ec98a83a71644878.zip |
include contact_widgets for categories_widget when doing updates
-rwxr-xr-x | mod/profile.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/profile.php b/mod/profile.php index 26b33d5f1..66386160f 100755 --- a/mod/profile.php +++ b/mod/profile.php @@ -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) { |