Skip to content

Commit

Permalink
Fix warning missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
Ángel Guzmán Maeso committed Mar 6, 2012
1 parent 4efe165 commit e5ed3a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hypervm/httpdocs/htmllib/phplib/lib/resourcelib.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ static function initThisList($parent, $class)
return $res;
}

static function createListAlist($parent, $class)
static function createListAlist($parent, $class = NULL)
{
$v = $parent->createShowAlist($alist);
return $v['property'];
Expand Down
2 changes: 1 addition & 1 deletion hypervm/httpdocs/lib/vps/centralbackupserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ static function createListAlist($parent, $class)
}


static function createListNlist($parent)
static function createListNlist($parent, $class = NULL)
{
//$nlist['enable_flag'] = '5%';
$nlist['nname'] = '100%';
Expand Down

0 comments on commit e5ed3a7

Please sign in to comment.