Author: sevein
Date: Fri Oct 29 04:03:49 2010
New Revision: 8650
Log:
Cosmetic change.
Modified:
trunk/apps/qubit/modules/user/actions/loginAction.class.php
Modified: trunk/apps/qubit/modules/user/actions/loginAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/user/actions/loginAction.class.php Fri Oct 29
03:56:59 2010 (r8649)
+++ trunk/apps/qubit/modules/user/actions/loginAction.class.php Fri Oct 29
04:03:49 2010 (r8650)
@@ -48,6 +48,7 @@
if ($request->isMethod('post'))
{
$this->form->bind($request->getPostParameters());
+
if ($this->form->isValid())
{
if ($this->context->user->authenticate($this->form->getValue('email'),
$this->form->getValue('password')))
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.