MTrackWeb/Wiki.php
authorAlan Knowles <alan@roojs.com>
Tue, 18 Oct 2016 08:48:14 +0000 (16:48 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Oct 2016 08:48:14 +0000 (16:48 +0800)
MTrackWeb/Wiki.php

index 01ded97..ca74f0d 100644 (file)
@@ -30,13 +30,13 @@ class MTrackWeb_Wiki extends MTrackWeb
     
     function getAuth()
     {
-        DB_DataObject::debugLevel(1);
         return parent::getAuth();
     }
     
     function get($pi='')
     {
         // non 'json' request...
+      
         if (!isset($_REQUEST['ajax_body'])) {
             $this->title = "Browse: " . $pi;
             return;
@@ -90,7 +90,8 @@ class MTrackWeb_Wiki extends MTrackWeb
  
     function post()
     {
-        
+              DB_DataObject::debugLevel(1);
+  
         $au = $this->getAuthUser();
         if (!$au) {
             // autherr?