Skip to content

Commit

Permalink
pkp#52 disable test mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Apr 25, 2024
1 parent f37056d commit ff6f8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlagiarismPlugin.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class PlagiarismPlugin extends GenericPlugin {
* Set the value to `true` to enable test mode that will log instead of interacting with
* iThenticate API service.
*/
protected const ITHENTICATE_TEST_MODE_ENABLE = true;
protected const ITHENTICATE_TEST_MODE_ENABLE = false;

/**
* @copydoc Plugin::register()
Expand Down

0 comments on commit ff6f8e9

Please sign in to comment.