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
|
* @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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue