Skip to content

Commit

Permalink
pkp#52 main fixed calling non static prop as static
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Sep 24, 2024
1 parent 339e067 commit a7702a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/PlagiarismIthenticateActionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function launchViewer(array $args, Request $request)
// If EULA is required and submission has EULA stamped, we set the applicable EULA
// Otherwise get the current EULA from default one and set the applicable
// Basically we need to retrieve the available langs details from EULA details
static::$_plugin->getContextEulaDetails($context, 'require_eula') == true &&
$this->_plugin->getContextEulaDetails($context, 'require_eula') == true &&
$submission->getData('ithenticateEulaVersion')
? $ithenticate->setApplicableEulaVersion($submission->getData('ithenticateEulaVersion'))
: $ithenticate->validateEulaVersion($ithenticate::DEFAULT_EULA_VERSION);
Expand Down

0 comments on commit a7702a7

Please sign in to comment.