diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-23 21:05:35 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-23 21:05:35 +0000 |
commit | d53280ff80b672255a8ae2469a668f3b8f63977f (patch) | |
tree | 7823d86eb3f273452c246edc5477901e9bf3696c /mod/profile/start.php | |
parent | 7172a9c77c3885e889208693f0f1044b6d502eaa (diff) | |
download | elgg-d53280ff80b672255a8ae2469a668f3b8f63977f.tar.gz elgg-d53280ff80b672255a8ae2469a668f3b8f63977f.tar.bz2 |
Image cropping works!
git-svn-id: https://code.elgg.org/elgg/trunk@1082 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/start.php')
-rw-r--r-- | mod/profile/start.php | 1 |
1 files changed, 1 insertions, 0 deletions
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');
|