Author: david
Date: Tue Sep  6 14:20:28 2011
New Revision: 9673

Log:
Fix typo

Modified:
   trunk/apps/qubit/modules/digitalobject/actions/editAction.class.php

Modified: trunk/apps/qubit/modules/digitalobject/actions/editAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/digitalobject/actions/editAction.class.php Tue Sep 
 6 14:18:28 2011        (r9672)
+++ trunk/apps/qubit/modules/digitalobject/actions/editAction.class.php Tue Sep 
 6 14:20:28 2011        (r9673)
@@ -175,7 +175,7 @@
 
       // Check repository file upload limit
       var_dump($this->informationObject->getRepository(array('inherit' => 
true))->id);
-      if (null !== ($repo = 
$this->informationObject->getRepository(array('inherit' => true))))
+      if (null !== ($repo = 
$this->informationObject->getRepository(array('inherit' => true)))
         && $repo->uploadLimit != -1
         && $repo->getDiskUsage() >= $repo->uploadLimit)
       {

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