Avoid duplicate refreshCounts() updates
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 10 May 2017 22:38:00 +0000 (15:38 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 10 May 2017 22:38:00 +0000 (15:38 -0700)
commitf6140e3196a0c4124cd9a43856618efafc2067ca
tree98754f3456a5dafcd27decc00fe40fdeffb0af99
parent9ac5ab1bf0d79571e9b7a6e290793e42502440f2
Avoid duplicate refreshCounts() updates

The refresh method uses the initialize() method, which itself
might trigger the refresh method again after the row is created.

Change-Id: I6702bebea66fcb8b94cd2e6a496e55f52fa70b69
includes/Category.php