Author: sevein
Date: Fri Oct 29 03:56:59 2010
New Revision: 8649

Log:
Cosmetic changes.

Modified:
   trunk/apps/qubit/modules/user/actions/logoutAction.class.php

Modified: trunk/apps/qubit/modules/user/actions/logoutAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/user/actions/logoutAction.class.php        Fri Oct 
29 03:46:26 2010        (r8648)
+++ trunk/apps/qubit/modules/user/actions/logoutAction.class.php        Fri Oct 
29 03:56:59 2010        (r8649)
@@ -19,10 +19,10 @@
 
 class UserLogoutAction extends sfAction
 {
-public function execute($request)
+  public function execute($request)
   {
-  $this->context->user->signOut();
+    $this->context->user->signOut();
 
-  $this->redirect('@homepage');
+    $this->redirect('@homepage');
   }
 }

-- 
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.

Reply via email to