Skip to content

Commit

Permalink
MDL-38658 JavaScript: Correct fullpath for dndupload definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Robert Nicols committed Mar 23, 2013
1 parent b9ef2c9 commit 65f302a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/dnduploadlib.php
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 65f302a

Please sign in to comment.