mirror of
https://github.com/Universal-Omega/DynamicPageList3
synced 2024-11-14 19:30:15 +00:00
Fix typo for lastrevisionbefore
- fix column name typo
This commit is contained in:
parent
2cd10c92be
commit
e39dca9c1b
|
@ -1227,7 +1227,7 @@ class Query {
|
|||
$this->addWhere(
|
||||
[
|
||||
$this->tableNames['page'] . '.page_id = rev.revactor_page',
|
||||
'rev.revactor_timestamp = (SELECT MAX(rev_aux_bef.revactor_timestamp) FROM ' . $this->tableNames['revision_actor_temp'] . ' AS rev_aux_bef WHERE rev_aux_bef.revactor_page=rev.revacor_page AND rev_aux_bef.revactor_timestamp < ' . $this->convertTimestamp($option) . ')'
|
||||
'rev.revactor_timestamp = (SELECT MAX(rev_aux_bef.revactor_timestamp) FROM ' . $this->tableNames['revision_actor_temp'] . ' AS rev_aux_bef WHERE rev_aux_bef.revactor_page=rev.revactor_page AND rev_aux_bef.revactor_timestamp < ' . $this->convertTimestamp($option) . ')'
|
||||
]
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue