MTrackWeb/Wiki.php
authorAlan Knowles <alan@roojs.com>
Mon, 22 Feb 2016 05:43:27 +0000 (13:43 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 22 Feb 2016 05:43:27 +0000 (13:43 +0800)
MTrackWeb/Wiki.php

index 9f294a5..120f97c 100644 (file)
@@ -40,8 +40,7 @@ class MTrackWeb_Wiki extends MTrackWeb
             $this->title = "Browse: " . $pi;
             return;
         }
-        phpinfo();exit;
-        DB_DataObject::debugLevel(1);
+        
         $p = DB_DataObject::Factory('Mtrack_wiki');
         $p->project_id =  $this->currentProject();