Skip to content

Commit

Permalink
Merge branch 'MDL-38658-m24' of git://github.com/andrewnicols/moodle …
Browse files Browse the repository at this point in the history
…into MOODLE_24_STABLE
  • Loading branch information
stronk7 committed Mar 24, 2013
2 parents d2db864 + 65f302a commit 864a5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/dnduploadlib.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function dndupload_add_to_course($course, $modnames) {
// Add the javascript to the page.
$jsmodule = array(
'name' => 'coursedndupload',
'fullpath' => new moodle_url('/course/dndupload.js'),
'fullpath' => '/course/dndupload.js',
'strings' => array(
array('addfilehere', 'moodle'),
array('dndworkingfiletextlink', 'moodle'),
Expand Down

0 comments on commit 864a5cf

Please sign in to comment.