diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-01-27 07:37:03 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-01-27 07:37:03 -0500 |
commit | 7cd8ee2360ad7b383af51f69c0dc77260c47314f (patch) | |
tree | 76314c47cce1295b167ece8c9daad74a988e2127 /actions/profile/fields/delete.php | |
parent | d082021c2a344d677ac2f1e8806182c9501e8484 (diff) | |
download | elgg-7cd8ee2360ad7b383af51f69c0dc77260c47314f.tar.gz elgg-7cd8ee2360ad7b383af51f69c0dc77260c47314f.tar.bz2 |
Fixes #1808 using correct message function in profile actions
Diffstat (limited to 'actions/profile/fields/delete.php')
-rw-r--r-- | actions/profile/fields/delete.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/profile/fields/delete.php b/actions/profile/fields/delete.php index 26ab48cba..9879feb3f 100644 --- a/actions/profile/fields/delete.php +++ b/actions/profile/fields/delete.php @@ -2,7 +2,6 @@ /** * Elgg profile plugin edit default profile action removal * - * @package ElggProfile */ $id = get_input('id'); |