[Actions] Update usage of wgDisabledActions to check wgActions instead
authorKrinkle <krinkle@users.mediawiki.org>
Sun, 5 Feb 2012 13:30:24 +0000 (13:30 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Sun, 5 Feb 2012 13:30:24 +0000 (13:30 +0000)
commit6a9d564f7a0869cd45f703aa28e74903ca76fa21
tree8c032de9cb03fb076d157b7b2371dc44fb277562
parent13dd4d419fc3a093481d1d08838b59b34a709e92
[Actions] Update usage of wgDisabledActions to check wgActions instead
* Setup.php adds any values in the deprecated wgDisabledActions to wgActions in the new format. So checking wgDisabledActions is actually insufficient, not just deprecated.

* Poke r86041
includes/Action.php