fix warnings
[web.mtrack] / MTrackWeb.php
index b78a4d5..27a511a 100644 (file)
@@ -276,7 +276,7 @@ class MTrackWeb extends HTML_FlexyFramework_Page
         return HTML_FlexyFramework::run('Wiki/Today'); 
  
     }
-    function post()
+    function post($request)
     {
         header("Status: 404 Not Found");
         die("invalid post request? ");