remove warning
This commit is contained in:
parent
773e2da4cc
commit
1fd398234f
@ -1,5 +1,6 @@
|
||||
<?php
|
||||
/* Copyright (C) 2004-2017 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
/* Copyright (C) 2004-2017 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2018 Frédéric France <frederic.france@netlogic.fr>
|
||||
* Copyright (C) ---Put here your own copyright and developer email---
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
@ -200,7 +201,7 @@ class mymodulewidget1 extends ModeleBoxes
|
||||
* @param array $contents Array with properties of box lines
|
||||
* @return void
|
||||
*/
|
||||
public function showBox($head = null, $contents = null)
|
||||
public function showBox($head = null, $contents = null, $nooutput = 0)
|
||||
{
|
||||
// You may make your own code here…
|
||||
// … or use the parent's class function using the provided head and contents templates
|
||||
|
||||
Loading…
Reference in New Issue
Block a user