MTrackWeb/Wiki.php
authorAlan Knowles <alan@akbkhome.com>
Sun, 20 Mar 2011 05:03:50 +0000 (13:03 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 20 Mar 2011 05:03:50 +0000 (13:03 +0800)
MTrackWeb/Wiki.php

index d57103c..f628917 100644 (file)
@@ -35,7 +35,12 @@ class MTrackWeb_Wiki extends MTrackWeb
         
  
         $this->hasHistory = false;
+        
+        
         $this->doc = new MTrack_Wiki_Item($this->pi);
+        
+        
+        
         if ($this->doc) {
             MTrackACL::requireAnyRights("wiki:{$this->doc->pagename}", $this->edit ? 'modify' : 'read');
             $this->hasHistory = true;