aboutsummaryrefslogtreecommitdiff
path: root/actions/register.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/register.php')
-rw-r--r--actions/register.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/register.php b/actions/register.php
index 7f49f4924..6f4009aaf 100644
--- a/actions/register.php
+++ b/actions/register.php
@@ -39,7 +39,7 @@
system_message(sprintf(elgg_echo("registerok"),$CONFIG->sitename));
} else {
- system_message(elgg_echo("registerbad"));
+ register_error(elgg_echo("registerbad"));
}
?> \ No newline at end of file