From d53280ff80b672255a8ae2469a668f3b8f63977f Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 23 Jun 2008 21:05:35 +0000 Subject: Image cropping works! git-svn-id: https://code.elgg.org/elgg/trunk@1082 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/start.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/profile/start.php') diff --git a/mod/profile/start.php b/mod/profile/start.php index 63b579784..0cd8f2100 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -119,6 +119,7 @@ global $CONFIG; register_action("profile/edit",false,$CONFIG->pluginspath . "profile/actions/edit.php"); register_action("profile/iconupload",false,$CONFIG->pluginspath . "profile/actions/iconupload.php"); + register_action("profile/cropicon",false,$CONFIG->pluginspath . "profile/actions/cropicon.php"); // Define widgets for use in this context use_widgets('profile'); -- cgit v1.2.3