Process/FixCode.php
authorAlan Knowles <alan@roojs.com>
Fri, 4 Aug 2017 02:28:50 +0000 (10:28 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 4 Aug 2017 02:28:50 +0000 (10:28 +0800)
Process/FixCode.php

index a8b3ced..d4adbf7 100644 (file)
@@ -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)) {