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

Modified:
   plugins/dmFlowPlayerPlugin/lib/dmWidget/dmWidgetContentFlowPlayerView.php
Log:
[Diem][dmFlowPlayerPlugin] replaced ?\194?\163-based helpers with new helpers

Modified: 
plugins/dmFlowPlayerPlugin/lib/dmWidget/dmWidgetContentFlowPlayerView.php
===================================================================
--- plugins/dmFlowPlayerPlugin/lib/dmWidget/dmWidgetContentFlowPlayerView.php   
2010-02-02 20:55:13 UTC (rev 27449)
+++ plugins/dmFlowPlayerPlugin/lib/dmWidget/dmWidgetContentFlowPlayerView.php   
2010-02-02 21:06:11 UTC (rev 27450)
@@ -46,7 +46,7 @@
     {
       foreach(array('flashConfig', 'flashVars') as $key)
       {
-        $array = sfYaml::load($vars[$key]);
+        $array = empty($vars[$key]) ? array() : sfYaml::load($vars[$key]);
         
         if (!empty($array))
         {

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