Merge "Declare execute() public as in parent"
This commit is contained in:
commit
ee64401631
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class MonoBookTemplate extends BaseTemplate {
|
|||
*
|
||||
* @access private
|
||||
*/
|
||||
function execute() {
|
||||
public function execute() {
|
||||
// Suppress warnings to prevent notices about missing indexes in $this->data
|
||||
wfSuppressWarnings();
|
||||
|
||||
|
|
Loading…
Reference in a new issue