diff options
Diffstat (limited to 'actions/friends/remove.php')
-rw-r--r-- | actions/friends/remove.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/friends/remove.php b/actions/friends/remove.php index b6a846fa6..66ed020a5 100644 --- a/actions/friends/remove.php +++ b/actions/friends/remove.php @@ -25,7 +25,7 @@ } else {
- system_message(sprintf(elgg_echo("friends:remove:failure"),$friend->name));
+ register_error(sprintf(elgg_echo("friends:remove:failure"),$friend->name));
}
|