Author: david
Date: Wed Oct 12 16:50:48 2011
New Revision: 10055

Log:
Fix typo

Modified:
   trunk/apps/qubit/modules/informationobject/actions/fileListAction.class.php

Modified: 
trunk/apps/qubit/modules/informationobject/actions/fileListAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/actions/fileListAction.class.php 
Wed Oct 12 16:48:19 2011        (r10054)
+++ trunk/apps/qubit/modules/informationobject/actions/fileListAction.class.php 
Wed Oct 12 16:50:48 2011        (r10055)
@@ -45,7 +45,7 @@
           'startDate' => $this->context->i18n->__('Date (most recent first)')
         );
 
-        if ($this->getUser()->isAuthenticated)
+        if ($this->getUser()->isAuthenticated())
         {
           $choices['locations'] = $this->context->i18n->__('Location');
         }

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