checkTemporaryPassword should call loadPasswords() first
authorBrian Wolff <bawolff+wn@gmail.com>
Tue, 29 Jul 2014 20:21:10 +0000 (17:21 -0300)
committerBrian Wolff <bawolff+wn@gmail.com>
Tue, 29 Jul 2014 20:21:10 +0000 (17:21 -0300)
commit514d1bc76d3dec28d0e392a847878a74404f9dee
tree8a68cfd51481ec00e53f14a2c52f607a4a4cc9dd
parent4a874cfd5bcef8918898bc175b66098350b39601
checkTemporaryPassword should call loadPasswords() first

Otherwise mNewpassword could be null.

Mlpearc reports on irc getting fatals about mNewpassword not
being an object. I couldn't reproduce, but loadPasswords() should
definitely be called here.

Change-Id: I6d1b74b79c87d1a1870971aafd1349255170123d
includes/User.php