Author: sevein
Date: Fri Sep 11 19:46:23 2009
New Revision: 3239
Log:
Fix typo.
Modified:
trunk/apps/qubit/modules/digitalobject/actions/showTextComponent.class.php
Modified:
trunk/apps/qubit/modules/digitalobject/actions/showTextComponent.class.php
==============================================================================
--- trunk/apps/qubit/modules/digitalobject/actions/showTextComponent.class.php
Fri Sep 11 17:34:25 2009 (r3238)
+++ trunk/apps/qubit/modules/digitalobject/actions/showTextComponent.class.php
Fri Sep 11 19:46:23 2009 (r3239)
@@ -47,7 +47,7 @@
// If representation is not a valid digital object, return a generic icon
if (!$this->representation)
{
- $this->representation =
QubitDigitalObject::getGenericRepresentation($this->digitalObject->getMimeType,
$this->usageType);
+ $this->representation =
QubitDigitalObject::getGenericRepresentation($this->digitalObject->getMimeType(),
$this->usageType);
}
}
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---