aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/start.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-22 10:50:13 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-22 10:50:13 +0000
commitc8e1a99c0388710806012eaad59e700c0667a4d1 (patch)
tree2ac4595706cc408697cfdf02801d3bb37d1c5077 /mod/profile/start.php
parent8cba2e15f386297a0f62c94de7fa3eaafe8a852c (diff)
downloadelgg-c8e1a99c0388710806012eaad59e700c0667a4d1.tar.gz
elgg-c8e1a99c0388710806012eaad59e700c0667a4d1.tar.bz2
Removed widget view from Profile.
git-svn-id: http://code.elgg.org/elgg/trunk@5465 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/start.php')
-rw-r--r--mod/profile/start.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php
index 3ba2b3915..bb2f3d5cc 100644
--- a/mod/profile/start.php
+++ b/mod/profile/start.php
@@ -303,8 +303,4 @@ register_action("profile/iconupload",false,$CONFIG->pluginspath . "profile/actio
register_action("profile/cropicon",false,$CONFIG->pluginspath . "profile/actions/cropicon.php");
register_action("profile/editdefault",false,$CONFIG->pluginspath . "profile/actions/editdefault.php", true);
register_action("profile/editdefault/delete",false,$CONFIG->pluginspath . "profile/actions/deletedefaultprofileitem.php", true);
-register_action("profile/editdefault/reset",false,$CONFIG->pluginspath . "profile/actions/resetdefaultprofile.php", true);
-
-
-// Define widgets for use in this context
-use_widgets('profile'); \ No newline at end of file
+register_action("profile/editdefault/reset",false,$CONFIG->pluginspath . "profile/actions/resetdefaultprofile.php", true); \ No newline at end of file