add __toString() call for User objects, returning User->getName(). Now that we requi...
authorHappy-melon <happy-melon@users.mediawiki.org>
Fri, 11 Mar 2011 23:42:53 +0000 (23:42 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Fri, 11 Mar 2011 23:42:53 +0000 (23:42 +0000)
commitcc941ed637e1e9d09f4d32cc6a06186db0ddb057
tree78cb08972a8316a24a8c082fb8b9fce4d6ad8220
parentb14cde3ca72904b438033b8372640ed037c8f459
add __toString() call for User objects, returning User->getName().  Now that we require PHP 5.2+, we can do this with all our major classes... :D
includes/User.php