Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/199827

Change subject: Made User::loadFromRow protected for sanity
......................................................................

Made User::loadFromRow protected for sanity

* No outside callers found

Change-Id: I7e9bace35afb0a540993423cf1da98381a516ac5
---
M includes/User.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/27/199827/1

diff --git a/includes/User.php b/includes/User.php
index 97eaa5c..46e3474 100644
--- a/includes/User.php
+++ b/includes/User.php
@@ -1226,7 +1226,7 @@
         *      user_groups             Array with groups out of the 
user_groups table
         *      user_properties         Array with properties out of the 
user_properties table
         */
-       public function loadFromRow( $row, $data = null ) {
+       protected function loadFromRow( $row, $data = null ) {
                $all = true;
                $passwordFactory = self::getPasswordFactory();
 

-- 
To view, visit https://gerrit.wikimedia.org/r/199827
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7e9bace35afb0a540993423cf1da98381a516ac5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to