Skip to content

Commit

Permalink
Fix missing param warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ángel Guzmán Maeso committed Mar 6, 2012
1 parent d57230e commit a4a39e4
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/lib/pserver/diskusagelib.php
Expand Up @@ -37,7 +37,7 @@ function perDisplay($var)



static function createListNlist($parent)
static function createListNlist($parent, $class = NULL)
{
$nlist["nname"] = "100%";
$nlist["used"] = "15%";
Expand Down
2 changes: 1 addition & 1 deletion hypervm/httpdocs/htmllib/phplib/lib/generallib.php
Expand Up @@ -8,7 +8,7 @@ class helpdeskcategory_a extends Lxaclass {
static $__desc_nname = array("", "", "category");


static function createListAlist($parent)
static function createListAlist($parent, $class = NULL)
{
$nalist = ticket::createListAlist($parent, 'ticket');
foreach($nalist as $a) {
Expand Down

0 comments on commit a4a39e4

Please sign in to comment.