From 0be6bd51f05c66f78811fcd78743b5fd75101050 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 4 Aug 2017 10:28:50 +0800 Subject: [PATCH] Process/FixCode.php --- Process/FixCode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Process/FixCode.php b/Process/FixCode.php index a8b3cedf..d4adbf73 100644 --- a/Process/FixCode.php +++ b/Process/FixCode.php @@ -55,7 +55,7 @@ class Pman_Core_Process_FixCode extends Pman ); - function get($p,$opts) + function get($p,$opts=array()) { $file = realpath($opts['file']); if (!file_exists($file) || !is_writable($file)) { -- 2.39.2