Преглед на файлове

Bug fix: #24 (cofiguration prblms)

bastien преди 13 години
родител
ревизия
f342f5c602
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/Muzich/CoreBundle/ElementFactory/lib/VideoEmbed.php

+ 1 - 0
src/Muzich/CoreBundle/ElementFactory/lib/VideoEmbed.php Целия файл

@@ -107,6 +107,7 @@ class VideoEmbed {
107 107
                 throw new exception ('This must be instantiated with a non empty embed code');
108 108
             }
109 109
         }
110
+        
110 111
         // load arguments
111 112
         $this->_embedSource = $embed;
112 113
         $this->_width = $width?$width: $this->_video_embed_conf['defaultWidth'];