From 26ca356ea7bb4521d763204fb68d0cba8086684b Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 20 Nov 2010 17:07:20 +0000 Subject: Fixes #472 handling interactive adding/deleting of widgets with single/multiple instance constraints git-svn-id: http://code.elgg.org/elgg/trunk@7385 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/friends/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/friends') diff --git a/mod/friends/start.php b/mod/friends/start.php index 0da095b96..fe6a40c75 100644 --- a/mod/friends/start.php +++ b/mod/friends/start.php @@ -8,7 +8,7 @@ */ function friends_init() { - add_widget_type('friends', elgg_echo("friends"), elgg_echo('friends:widget:description'), 'profile'); + add_widget_type('friends', elgg_echo("friends"), elgg_echo('friends:widget:description')); } elgg_register_event_handler('init', 'system', 'friends_init'); -- cgit v1.2.3