From 31a118cbfcab34e63cc28786efa5c917b94f09b7 Mon Sep 17 00:00:00 2001 From: Minho Date: Thu, 11 May 2017 17:12:35 +0800 Subject: [PATCH] * --- controllers/document.go | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/document.go b/controllers/document.go index 58c3316e..fd4fccb7 100644 --- a/controllers/document.go +++ b/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()