X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Process%2FFixCode.php;h=d4adbf7347ec0e34091c5758ac924c2d43874106;hb=1524f8b36295809a3eedd6da3c6494f8aa0d86f5;hp=a8b3cedfaa9d542327fc8efda2bfea7de6aabe30;hpb=520089811373deca3303cc6bd9cefcd1f9b29c25;p=Pman.Core 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)) {