Last modified: 2010-05-15 15:38:50 UTC
On local test wikis, I am getting this warning notices from php, since User.php 1.162 : Notice: Trying to get property of non-object in .../User.php on line 534 A second notice is produced once after logging-in, and three times after a new installation during "Granting user permissions..." : Notice: Undefined variable: changed in .../User.php on line 1279 N.B. These installations are not using memcached.
(In reply to comment #0) > On local test wikis, I am getting this warning notices from php, since User.php > 1.162 : >... > N.B. These installations are not using memcached. The PHP version was 5.0.0 in these tests.
Whoops, forgot to check for non-objects. Fix checked in.