mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +01:00
fix warning ->missing argument 1 for select_widget<- : make the parameter optional by assigning a default value
This commit is contained in:
parent
6c4d5dfc48
commit
8756fcbf57
@ -75,7 +75,7 @@ class select_widget
|
||||
*
|
||||
* @param string $ui '' for html
|
||||
*/
|
||||
function select_widget($ui)
|
||||
function select_widget($ui='')
|
||||
{
|
||||
foreach($this->monthnames as $k => $name)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user