Author: david
Date: 2008-11-13 16:45:29 -0800 (Thu, 13 Nov 2008)
New Revision: 1592

Modified:
   
trunk/qubit/apps/qubit/modules/informationobject/actions/contextMenuComponent.class.php
Log:
Check in minor bug with informationobject/contextMenuComponent that was 
displaying a notice that  variable is not defined when system set to single 
repository.

Modified: 
trunk/qubit/apps/qubit/modules/informationobject/actions/contextMenuComponent.class.php
===================================================================
--- 
trunk/qubit/apps/qubit/modules/informationobject/actions/contextMenuComponent.class.php
     2008-11-14 00:41:05 UTC (rev 1591)
+++ 
trunk/qubit/apps/qubit/modules/informationobject/actions/contextMenuComponent.class.php
     2008-11-14 00:45:29 UTC (rev 1592)
@@ -67,12 +67,13 @@
           }
         }
       }
+
+      if (null !== $repository)
+      {
+        $this->repository = $repository;
+        $showContextMenu = true;
+      }
     }
-    if (null !== $repository)
-    {
-      $this->repository = $repository;
-      $showContextMenu = true;
-    }
 
     // Get Creators
     $this->creators = null;


--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to