Author: sevein
Date: Sat Oct 30 06:41:47 2010
New Revision: 8710

Log:
Remove unused var.

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

Modified: 
trunk/apps/qubit/modules/user/actions/editInformationObjectAclAction.class.php
==============================================================================
--- 
trunk/apps/qubit/modules/user/actions/editInformationObjectAclAction.class.php  
    Sat Oct 30 06:38:54 2010        (r8709)
+++ 
trunk/apps/qubit/modules/user/actions/editInformationObjectAclAction.class.php  
    Sat Oct 30 06:41:47 2010        (r8710)
@@ -74,12 +74,6 @@
     // List of actions without translate
     $this->basicActions = QubitInformationObjectAcl::$ACTIONS;
     unset($this->basicActions['translate']);
-
-    $this->isAdministrator = false;
-    if ($this->context->user->hasGroup(QubitAclGroup::ADMIN_ID))
-    {
-      $this->isAdministrator = true;
-    }
   }
 
   protected function processForm()

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