Skip to content

Commit

Permalink
Missing sesskey parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawhero committed Dec 22, 2005
1 parent 8d3cb4a commit 0731d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -94,7 +94,7 @@
if (ismoving($SITE->id)) {
$stractivityclipboard = strip_tags(get_string('activityclipboard', '', addslashes($USER->activitycopyname)));
echo '<p><font size="2">';
echo "$stractivityclipboard&nbsp;&nbsp;(<a href=\"course/mod.php?cancelcopy=true\">". get_string('cancel') .'</a>)';
echo "$stractivityclipboard&nbsp;&nbsp;(<a href=\"course/mod.php?cancelcopy=true&amp;sesskey=$USER->sesskey\">". get_string('cancel') .'</a>)';
echo '</font></p>';
}

Expand Down

0 comments on commit 0731d9c

Please sign in to comment.