Fix for r89114: handle other DBMSes
This commit is contained in:
parent
1b245fa447
commit
748633a450
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ class LogEventsList {
|
|||
# Fall back to a blue contributions link
|
||||
$revert = $this->skin->userToolLinks( 1, $title->getDBkey() );
|
||||
}
|
||||
if( $row->log_timestamp < '20080129000000' ) {
|
||||
if( wfTimestamp( TS_MW, $row->log_timestamp ) < '20080129000000' ) {
|
||||
# Suppress $comment from old entries (before 2008-01-29),
|
||||
# not needed and can contain incorrect links
|
||||
$comment = '';
|
||||
|
|
|
|||
Loading…
Reference in a new issue