From: Alan Knowles Date: Fri, 4 Aug 2017 02:28:50 +0000 (+0800) Subject: Process/FixCode.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=0be6bd51f05c66f78811fcd78743b5fd75101050 Process/FixCode.php --- 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)) {