Merge "Declare execute() public as in parent"

This commit is contained in:
jenkins-bot 2016-03-07 18:34:33 +00:00 committed by Gerrit Code Review
commit ee64401631

View file

@ -37,7 +37,7 @@ class MonoBookTemplate extends BaseTemplate {
* *
* @access private * @access private
*/ */
function execute() { public function execute() {
// Suppress warnings to prevent notices about missing indexes in $this->data // Suppress warnings to prevent notices about missing indexes in $this->data
wfSuppressWarnings(); wfSuppressWarnings();