From 7dbc5cd43f911a381011f4d220a8490f3049c27d Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 5 Jun 2008 17:06:35 +0000 Subject: Fixes for metadata and for the run order. git-svn-id: https://code.elgg.org/elgg/trunk@817 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/start.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mod') 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 -- cgit v1.2.3