소스 검색

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