diff options
author | friendica <info@friendica.com> | 2013-12-09 00:12:44 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-09 00:12:44 -0800 |
commit | 00f4ee271789b61393edd384f12cda1c14af4b94 (patch) | |
tree | e8d3688a8c5e36a2b8868b138fff76aa83a8f1ef /mod/connections.php | |
parent | 77fd6e71379f78d2abb94f85ce4ad68caa7aa370 (diff) | |
download | volse-hubzilla-00f4ee271789b61393edd384f12cda1c14af4b94.tar.gz volse-hubzilla-00f4ee271789b61393edd384f12cda1c14af4b94.tar.bz2 volse-hubzilla-00f4ee271789b61393edd384f12cda1c14af4b94.zip |
migrate follow widget to comanche and remove obsolete mod/intro.php
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 b3532efbf..5711b2b3f 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -41,7 +41,7 @@ function connections_aside(&$a) { $a->set_widget('vcard',vcard_from_xchan($a->data['abook'],$a->get_observer())); } else { - $a->set_widget('follow', follow_widget()); + $a->set_widget('follow', widget_follow(array())); } $a->set_widget('collections', group_side('connections','group',false,0,((array_key_exists('abook',$a->data)) ? $a->data['abook']['abook_xchan'] : ''))); |