aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/profile/start.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php
index 86faded71..0c0272bbe 100644
--- a/mod/profile/start.php
+++ b/mod/profile/start.php
@@ -116,5 +116,9 @@
register_action("profile/edit",false,$CONFIG->pluginspath . "profile/actions/edit.php");
register_action("profile/iconupload",false,$CONFIG->pluginspath . "profile/actions/iconupload.php");
+ // Define widgets for use in this context
+ if (is_callable('use_widgets')) {
+ use_widgets('profile');
+ }
?> \ No newline at end of file