php7
authorAlan <alan@roojs.com>
Wed, 28 Jun 2023 08:21:09 +0000 (16:21 +0800)
committerAlan <alan@roojs.com>
Wed, 28 Jun 2023 08:21:09 +0000 (16:21 +0800)
MTrackWeb/Browse.php
MTrackWeb/Wiki.php

index 5ecbadf..2521821 100644 (file)
@@ -49,7 +49,7 @@ class MTrackWeb_Browse extends MTrackWeb
   
     }
  
-    function get($pi)
+    function get($pi='', $args = array())
     {
         $this->pi =  $pi . (strlen($pi) ? $this->bootLoader->ext : '');
        
index 06d8431..dae5cd8 100644 (file)
@@ -89,7 +89,7 @@ class MTrackWeb_Wiki extends MTrackWeb
         
     }
  
-    function post()
+    function post($request)
     {
         //DB_DataObject::debugLevel(1);