Import/Pages.php
authorAlan Knowles <alan@roojs.com>
Wed, 7 Mar 2018 05:40:04 +0000 (13:40 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 7 Mar 2018 05:40:04 +0000 (13:40 +0800)
Import/Pages.php

index 4603560..3712d38 100644 (file)
@@ -56,7 +56,7 @@ class Pman_Cms_Import_Pages extends Pman
         return true;
     }
      
-    function get($tbl, $opts)
+    function get($tbl, $opts = array())
     {
         PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, array($this, 'onPearError'));