Author: david
Date: Fri Nov  5 15:28:42 2010
New Revision: 8786

Log:
Fix typo. Refs issue #1888.

Modified:
   trunk/apps/qubit/modules/digitalobject/templates/_showVideo.php

Modified: trunk/apps/qubit/modules/digitalobject/templates/_showVideo.php
==============================================================================
--- trunk/apps/qubit/modules/digitalobject/templates/_showVideo.php     Fri Nov 
 5 14:25:16 2010        (r8785)
+++ trunk/apps/qubit/modules/digitalobject/templates/_showVideo.php     Fri Nov 
 5 15:28:42 2010        (r8786)
@@ -37,7 +37,7 @@
 
     <div class="digitalObject">
       <div class="digitalObjectRep">
-        <?php if (isset($link): ?>
+        <?php if (isset($link)): ?>
           <?php echo link_to(image_tag($representation->getFullPath()), $link) 
?>
         <?php else: ?>
           <?php echo image_tag($representation->getFullPath()) ?>

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