From 1486d0f7554bf5e2c78f34cbcd092a18fc4070cb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 4 Aug 2017 11:39:35 +0800 Subject: [PATCH] RunGenerator.php --- RunGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RunGenerator.php b/RunGenerator.php index a5b3e99a..3a4516a6 100644 --- a/RunGenerator.php +++ b/RunGenerator.php @@ -62,7 +62,7 @@ class Pman_Core_RunGenerator extends Pman return true; } - function get($args, $opts) + function get($args, $opts=array()) { //print_r($opts);exit; if (empty($opts['noupdate'])) { -- 2.39.2