Process/FixCode.php
[Pman.Core] / 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)) {