Made User::loadFromRow protected for sanity
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 26 Mar 2015 05:38:34 +0000 (22:38 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 26 Mar 2015 05:41:42 +0000 (05:41 +0000)
commit70919c8a320b5c28e5b66b84c446d781b4fcfaf0
treeb1ed8a816a5b1b1c23ea5eb8d075879ab7a68645
parent4b283918204bed0d4a572c54542ef78c4fa838e6
Made User::loadFromRow protected for sanity

* The loading logic is complex enough without more possible
  entry points to cover
* No outside callers found

Change-Id: I7e9bace35afb0a540993423cf1da98381a516ac5
includes/User.php