RSS/Manage.php
authorAlan Knowles <alan@roojs.com>
Wed, 7 Mar 2018 05:42:21 +0000 (13:42 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 7 Mar 2018 05:42:21 +0000 (13:42 +0800)
RSS/Manage.php

index f387e71..bf0e3e6 100644 (file)
@@ -20,7 +20,7 @@ class Pman_Cms_Rss_Manage extends Pman
         }
         
     }
-    function get($sub='')
+    function get($sub  = '',  $opts = array())
     {
         if ($sub=='Add') {
             $this->template=  'rss/manage-add.html';