Ticket #529: cmdutils.patch

File cmdutils.patch, 0.6 kB (added by doubleface, 9 months ago)
  • lib/jelix/utils/jCmdUtils.class.php

    old new  
    4646        foreach ($params as $pname => $needed) { 
    4747            if (count($argv) == 0) { 
    4848                if ($needed) { 
    49                     throw new jException('jelix~errors.cli.param.missing', $argv[0]); 
     49                    throw new jException('jelix~errors.cli.param.missing', $pname); 
    5050                } else { 
    5151                    break; 
    5252                } 
Download in other formats: Original Format