Skip to content

Commit

Permalink
use proper LorisInstance variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed Jan 24, 2023
1 parent 992a34c commit 5b687f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/candidate_parameters/php/module.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class Module extends \Module
* @return \LORIS\Data\Query\QueryEngine
*/
public function getQueryEngine() : \LORIS\Data\Query\QueryEngine {
return new CandidateQueryEngine($this->lorisinstance);
return new CandidateQueryEngine($this->loris);
}


Expand Down

0 comments on commit 5b687f9

Please sign in to comment.