Merge pull request #8 from arhakal/patch-1

1.35 support - Actor related fix
This commit is contained in:
Universal Omega 2021-02-01 11:17:16 -07:00 committed by GitHub
commit 3af629ce69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -908,7 +908,7 @@ class Query {
$this->addTable('revision_actor_temp', 'rev');
$this->addSelect(
[
'rev.rev_rev',
'rev.revactor_rev',
'rev.revactor_timestamp'
]
);