aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-20 17:07:20 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-20 17:07:20 +0000
commit26ca356ea7bb4521d763204fb68d0cba8086684b (patch)
tree03b123ed40eb6fc0b50cd8523ea1d8ec7ee6b6e3 /mod
parent078d930d12f450f32f1b7d1976e5d3fe0aa01808 (diff)
downloadelgg-26ca356ea7bb4521d763204fb68d0cba8086684b.tar.gz
elgg-26ca356ea7bb4521d763204fb68d0cba8086684b.tar.bz2
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
Diffstat (limited to 'mod')
-rw-r--r--mod/friends/start.php2
1 files changed, 1 insertions, 1 deletions
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');