Skip to content

Commit

Permalink
Merge branch 'm21_MDL-32055' of git://github.com/danmarsden/moodle in…
Browse files Browse the repository at this point in the history
…to MOODLE_21_STABLE
  • Loading branch information
Sam Hemelryk committed Mar 19, 2012
2 parents 9ac6d34 + d588f8c commit 70a63a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pluginfile.php
Expand Up @@ -67,7 +67,7 @@
&& $userplayerversion[2] < $requiredplayerversion[2])) {
$path = $CFG->dirroot."/lib/flashdetect/flashupgrade.swf"; // Alternate content asking user to upgrade Flash
$filename = "flashupgrade.swf";
send_file($path, $filename, O, 0, false, false, 'application/x-shockwave-flash'); // Do not cache
send_file($path, $filename, 0, 0, false, false, 'application/x-shockwave-flash'); // Do not cache
}
}

Expand Down

0 comments on commit 70a63a7

Please sign in to comment.