Author: david
Date: Wed Oct 20 08:30:56 2010
New Revision: 8328

Log:
$request not available in current context.

Modified:
   trunk/apps/qubit/modules/event/actions/editComponent.class.php

Modified: trunk/apps/qubit/modules/event/actions/editComponent.class.php
==============================================================================
--- trunk/apps/qubit/modules/event/actions/editComponent.class.php      Wed Oct 
20 00:02:53 2010        (r8327)
+++ trunk/apps/qubit/modules/event/actions/editComponent.class.php      Wed Oct 
20 08:30:56 2010        (r8328)
@@ -49,7 +49,7 @@
 
         // Event types, Dublin Core is restricted
         $eventTypes = 
QubitTaxonomy::getTermsById(QubitTaxonomy::EVENT_TYPE_ID);
-        if ('sfDcPlugin' == $request->module)
+        if ('sfDcPlugin' == $this->request->module)
         {
           $eventTypes = sfDcPlugin::eventTypes();
         }

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