* (bug 20595) Don't increment ping value right after setting it the first time (jumpi...
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 12 Oct 2009 23:54:48 +0000 (23:54 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 12 Oct 2009 23:54:48 +0000 (23:54 +0000)
commitcb095287f0b51217073e00f26c126a004476522d
tree045df6ff4c8288854e47ae22be2c20b29b7ff3de
parenta3266467ebbbfcc93a79f0d2cb84de86cd40215b
* (bug 20595) Don't increment ping value right after setting it the first time (jumping from 0 -> 2)
* Use memc->set() rather than using add(). The later just does an existence check on the current key, which is useless here.
includes/User.php