diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/login.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/login.php b/actions/login.php index 1a47dcb51..769a2e671 100644 --- a/actions/login.php +++ b/actions/login.php @@ -29,6 +29,7 @@ if ($result) {
system_message(elgg_echo('loginok'));
+ forward("pg/dashboard/");
} else {
system_message(elgg_echo('loginerror'));
}
|