瀏覽代碼

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
                 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'];