Minho %!s(int64=8) %!d(string=hai) anos
pai
achega
31a118cbfc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      controllers/document.go

+ 1 - 0
controllers/document.go

@@ -658,6 +658,7 @@ func RecursiveFun(parent_id int,prefix,dpath  string,c *DocumentController,book
 				beego.Error(err)
 				c.Abort("500")
 			}
+			beego.Info(fpath,html)
 			f.WriteString(html)
 			f.Close()