Skip to content

Commit

Permalink
[Tests] Fix failing static tests on main branch (#9550)
Browse files Browse the repository at this point in the history
The static tests are failing as of
79a1c77, because it wasn't based on the
latest commit.

Fix the failing phan errors.
  • Loading branch information
driusan authored Feb 4, 2025
1 parent 3c2266c commit 5e37d6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/dataquery/php/provisioners/queryruns.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class QueryRuns extends \LORIS\Data\Provisioners\DBRowProvisioner
int $qid
) {
parent::__construct(
$loris,
"SELECT drq.RunID, dq.QueryID, RunTime, Query
FROM dataquery_queries dq
JOIN dataquery_run_queries drq ON (dq.QueryID=drq.QueryID)
Expand Down

0 comments on commit 5e37d6a

Please sign in to comment.