Skip to content

Commit

Permalink
MDL-16205 - fix 'coltroller' typo
Browse files Browse the repository at this point in the history
  • Loading branch information
poltawski committed Oct 9, 2008
1 parent db53480 commit d42df9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter/mediaplugin/filter.php
Expand Up @@ -264,7 +264,7 @@ function mediaplugin_filter_qt_callback($link, $autostart=false) {
codebase="http://www.apple.com/qtactivex/qtplugin.cab" '.$size.'>
<param name="pluginspage" value="http://www.apple.com/quicktime/download/" />
<param name="src" value="'.$url.'" />
<param name="coltroller" value="true" />
<param name="controller" value="true" />
<param name="loop" value="true" />
<param name="autoplay" value="'.$autostart.'" />
<param name="autostart" value="'.$autostart.'" />
Expand Down

0 comments on commit d42df9d

Please sign in to comment.