]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-5223 fix flashvars in mediafilter to make waitForPlay work.
authorashleyholman <ashleyholman>
Thu, 1 Oct 2009 00:30:49 +0000 (00:30 +0000)
committerashleyholman <ashleyholman>
Thu, 1 Oct 2009 00:30:49 +0000 (00:30 +0000)
filter/mediaplugin/filter.php

index d248cbc27935f2389b0a8016706cc58147f4a31d..3a1b0e2d8187da5251b0b4f4e6ed6d7ffc2546e5 100644 (file)
@@ -138,7 +138,6 @@ function mediaplugin_filter_mp3_callback($link) {
              'iconOverColour=00cc00&trackColour=cccccc&handleColour=ffffff&loaderColour=ffffff&'.
              'waitForPlay=yes';
     }
-    $c = htmlentities($c);
 
     static $count = 0;
     $count++;