Author: sevein
Date: Sat Oct 30 06:47:29 2010
New Revision: 8711

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:41:47 2010        (r8710)
+++ 
trunk/apps/qubit/modules/user/actions/editInformationObjectAclAction.class.php  
    Sat Oct 30 06:47:29 2010        (r8711)
@@ -83,7 +83,6 @@
       // If key has an underscore, then we are creating a new permission
       if (1 == preg_match('/([\w]+)_(.*)/', $key, $matches))
       {
-        $obj = null;
         list ($action, $uri) = array_slice($matches, 1, 2);
         $params = $this->context->routing->parse(Qubit::pathInfo($uri));
         $resource = $params['_sf_route']->resource;

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