1
0
mirror of https://github.com/PlagiarismCheck/moodle-plagiarism_pchkorg.git synced 2024-12-21 11:50:08 +00:00

Fix typo. Version 3.15.3

This commit is contained in:
Jane Adelmann 2024-10-08 14:57:38 +03:00
parent 8668922d72
commit 3a041e6d35
No known key found for this signature in database
GPG Key ID: 4CCF39DF30B8AF72
2 changed files with 3 additions and 3 deletions

View File

@ -418,7 +418,7 @@ class plagiarism_plugin_pchkorg extends plagiarism_plugin {
$response = $attempt->get_response_summary();
$signature = sha1($response);
} else {
$signature = sha1($linkarray('content'));
$signature = sha1($linkarray['content']);
}
$where->signature = $signature;
$where->fileid = null;

View File

@ -26,9 +26,9 @@ defined('MOODLE_INTERNAL') || die();
if (!isset($plugin)) {
$plugin = new stdClass();
}
$plugin->version = 2024100719;
$plugin->version = 2024100814;
$plugin->requires = 2020061501; // Requires Moodle 3.9 .
$plugin->release = 'v3.15.2';
$plugin->release = 'v3.15.3';
$plugin->component = 'plagiarism_pchkorg';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(