Make DeferredUpdates::execute() protected
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 11 Sep 2016 12:19:57 +0000 (05:19 -0700)
committerKrinkle <krinklemail@gmail.com>
Tue, 13 Sep 2016 04:11:24 +0000 (04:11 +0000)
commit148f7bf0d1e20f395891eb58cb506ef37d752eaf
tree04ea97ca768b659d25a40287142e108f8c0f7ef4
parent835795a6ad3c60b7792e09da2319f6511ec3d355
Make DeferredUpdates::execute() protected

Update the only caller, which is a deprecated wrapper method.
Locking down this internal method makes it secure against
misuse with regards to recursion checks.

Change-Id: I3ed52dbe4c0ad52c7b5de92e81bfdc98a1737bcf
includes/deferred/DataUpdate.php
includes/deferred/DeferredUpdates.php