From cdd5fa899d747c20cc4de20d713d247946940739 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 11 Jul 2008 10:54:58 +0000 Subject: Using register_error on errors rather than system_message. Also, fixed widget save to handle arrays (Refs #135) git-svn-id: https://code.elgg.org/elgg/trunk@1400 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/login.php') diff --git a/actions/login.php b/actions/login.php index 769a2e671..4d4f3c098 100644 --- a/actions/login.php +++ b/actions/login.php @@ -31,7 +31,7 @@ system_message(elgg_echo('loginok')); forward("pg/dashboard/"); } else { - system_message(elgg_echo('loginerror')); + register_error(elgg_echo('loginerror')); } ?> \ No newline at end of file -- cgit v1.2.3