Author: sevein
Date: Sat Oct 30 07:06:32 2010
New Revision: 8714

Log:
Call parent method.

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

Modified: trunk/apps/qubit/modules/user/actions/editActorAclAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/user/actions/editActorAclAction.class.php  Sat Oct 
30 07:00:43 2010        (r8713)
+++ trunk/apps/qubit/modules/user/actions/editActorAclAction.class.php  Sat Oct 
30 07:06:32 2010        (r8714)
@@ -97,6 +97,8 @@
 
   public function execute($request)
   {
+    parent::execute($request);
+
     if ($request->isMethod('post'))
     {
       $this->form->bind($request->getPostParameters());

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