Index: branches/5.1.x/core/units/helpers/user_helper.php =================================================================== diff -u -N -r14241 -r14333 --- branches/5.1.x/core/units/helpers/user_helper.php (.../user_helper.php) (revision 14241) +++ branches/5.1.x/core/units/helpers/user_helper.php (.../user_helper.php) (revision 14333) @@ -1,6 +1,6 @@ event)) { $this->event = new kEvent('u:OnLogin'); @@ -103,7 +103,7 @@ if (!$dry_run) { $this->loginUserById($user_id, $remember_login_cookie); - if ($remeber_login) { + if ($remember_login) { // remember username & password when "Remember Login" checkbox us checked (when user is using login form on Front-End) $remember_login_cookie = $username . '|' . md5($password); $this->Application->Session->SetCookie('remember_login', $remember_login_cookie, strtotime('+1 month')); Index: branches/5.1.x/COPYRIGHT =================================================================== diff -u -N -r14241 -r14333 --- branches/5.1.x/COPYRIGHT (.../COPYRIGHT) (revision 14241) +++ branches/5.1.x/COPYRIGHT (.../COPYRIGHT) (revision 14333) @@ -18,4 +18,4 @@ A full text version of the other licenses that In-Portal includes can be found in LICENSES file. -Any questions can emailed to license@in-portal.com \ No newline at end of file +Any questions can be emailed to license@in-portal.com \ No newline at end of file