diff options
author | friendica <info@friendica.com> | 2012-11-14 21:27:05 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-14 21:27:05 -0800 |
commit | 5fee78b2150b740581d0060432ec5da5241f2df1 (patch) | |
tree | b9230e6948cc5c3460e9bfd7128bbc6f26637fcc /mod/connections.php | |
parent | 160258fd5deeca6fdee659a8d3471cfbff6a9325 (diff) | |
download | volse-hubzilla-5fee78b2150b740581d0060432ec5da5241f2df1.tar.gz volse-hubzilla-5fee78b2150b740581d0060432ec5da5241f2df1.tar.bz2 volse-hubzilla-5fee78b2150b740581d0060432ec5da5241f2df1.zip |
cleanup
Diffstat (limited to 'mod/connections.php')
-rw-r--r-- | mod/connections.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/connections.php b/mod/connections.php index d5b4a650c..addebc9cd 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -32,7 +32,7 @@ function connections_aside(&$a) { $a->set_widget('follow', follow_widget()); $a->set_widget('collections', group_side('connnections','group',false,0,$abook_id)); - $a->set_widget('fidpeople',findpeople_widget()); + $a->set_widget('findpeople',findpeople_widget()); } |