Skip to content

Commit

Permalink
Compilatio: Fix default message not needed anymore and remove indicat…
Browse files Browse the repository at this point in the history
…ion for phpsoap installation - refs BT22064
  • Loading branch information
NicoDucou committed Oct 15, 2024
1 parent 324a2e3 commit 0d90010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions main/inc/lib/Compilatio.php
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,9 @@ public function giveWorkIdState(int $workId): string

// if the compilatio's hash is not a valide hash md5,
// we return à specific status (cf : IsInCompilatio() )
$actionCompilatio = get_lang('CompilatioDocumentTextNotImage').'<br/>'.
get_lang('CompilatioDocumentNotCorrupt');
// Not used since implementation of RestAPI but there if needed later
//$actionCompilatio = get_lang('CompilatioDocumentTextNotImage').'<br/>'.
// get_lang('CompilatioDocumentNotCorrupt');
$status = '';
if (!empty($compilatioId)) {
// if compilatio_id is a hash md5, we call the function of the compilatio's
Expand Down
1 change: 0 additions & 1 deletion main/install/configuration.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -1572,7 +1572,6 @@
ALTER TABLE c_plagiarism_compilatio_docs CHANGE COLUMN id_doc document_id INT NOT NULL;
ALTER TABLE c_plagiarism_compilatio_docs MODIFY compilatio_id VARCHAR(40) NOT NULL;
requires extension "php-soap" sudo apt-get install php-soap
*/
//$_configuration['allow_compilatio_tool'] = false;
/*$_configuration['compilatio_tool'] = [
Expand Down

0 comments on commit 0d90010

Please sign in to comment.