Revision objects now always use the current name of users, loading it on demand if...
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 21 Oct 2011 23:20:52 +0000 (23:20 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 21 Oct 2011 23:20:52 +0000 (23:20 +0000)
commit5dfe3d644471ea4cc3391099d1f23951300addd3
tree87a641c4450cdfbf1edd696c8caf7198771d2b1e
parent97ab876991bc6d4ed7b8e3f95728d6b22f3fb27b
Revision objects now always use the current name of users, loading it on demand if necessary (e.g. when given a $row with no user_name but rev_user is not 0)
includes/Revision.php
includes/User.php