diff options
author | nobody <nobody@localhost> | 2006-01-05 23:36:45 +0000 |
---|---|---|
committer | nobody <nobody@localhost> | 2006-01-05 23:36:45 +0000 |
commit | 4ce70280face928c604c4300fd2ba6fdc78243da (patch) | |
tree | 3b2f616b592484fcd8bf9b70ea4a062cd5ac64fc /maintenance/userDupes.inc | |
parent | 9018faf3a776fffd61bbb9a7516da6ae8bf55f55 (diff) | |
parent | b2a8013a4893454f32dc13bd253e141d7fef2f35 (diff) | |
download | mediawikicore-4ce70280face928c604c4300fd2ba6fdc78243da.tar.gz mediawikicore-4ce70280face928c604c4300fd2ba6fdc78243da.zip |
This commit was manufactured by cvs2svn to create tag 'REL1_5_5'.1.5.5
Diffstat (limited to 'maintenance/userDupes.inc')
-rw-r--r-- | maintenance/userDupes.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/maintenance/userDupes.inc b/maintenance/userDupes.inc index 10704dff016b..377d1bccbc05 100644 --- a/maintenance/userDupes.inc +++ b/maintenance/userDupes.inc @@ -160,8 +160,7 @@ class UserDupes { * @access private */ function newSchema() { - global $wgVersion; - return version_compare( $wgVersion, '1.5alpha', 'ge' ); + return class_exists( 'Revision' ); } /** |