Author: ornicar2
Date: 2010-02-02 22:34:06 +0100 (Tue, 02 Feb 2010)
New Revision: 27457

Modified:
   plugins/dmWidgetGalleryPlugin/lib/dmWidgetContentGalleryView.php
Log:
[Diem][dmWidgetGalleryPlugin] fixed typo

Modified: plugins/dmWidgetGalleryPlugin/lib/dmWidgetContentGalleryView.php
===================================================================
--- plugins/dmWidgetGalleryPlugin/lib/dmWidgetContentGalleryView.php    
2010-02-02 21:23:50 UTC (rev 27456)
+++ plugins/dmWidgetGalleryPlugin/lib/dmWidgetContentGalleryView.php    
2010-02-02 21:34:06 UTC (rev 27457)
@@ -34,7 +34,7 @@
     $medias = array();
     foreach($mediaRecords as $index => $mediaRecord)
     {
-      $mediaTag = $this->getHelper()->_media($mediaRecord);
+      $mediaTag = $this->getHelper()->media($mediaRecord);
   
       if (!empty($vars['width']) || !empty($vars['height']))
       {

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" 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/symfony-svn?hl=en.

Reply via email to