Browse Source

Bug fix: #24 (cofiguration prblms)

bastien 13 years ago
parent
commit
f342f5c602
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Muzich/CoreBundle/ElementFactory/lib/VideoEmbed.php

+ 1 - 0
src/Muzich/CoreBundle/ElementFactory/lib/VideoEmbed.php View File

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