MDL-16613 sesskey cleanup

This commit is contained in:
skodak
2009-01-02 10:43:12 +00:00
parent e821d24c72
commit 34a2faed92
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
// so we can strip them from the submitted data BEFORE handling it.
$hiddendata = array(
'block' => $blockid,
'sesskey' => $USER->sesskey
'sesskey' => sesskey()
);
/// If data submitted, then process and store.