ソースを参照

Bug fix: #24 (cofiguration prblms)

bastien 14 年 前
コミット
f342f5c602
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      src/Muzich/CoreBundle/ElementFactory/lib/VideoEmbed.php

+ 1 - 0
src/Muzich/CoreBundle/ElementFactory/lib/VideoEmbed.php ファイルの表示

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