fix blogger

This commit is contained in:
Xuan Sang LE 2018-02-18 21:28:40 +01:00
parent 58d0b5d16f
commit bd0b4d01b3

View File

@ -272,6 +272,7 @@ class Blogger extends this.OS.GUI.BaseApplication
loadBlogs: () ->
me = @
@blogdb.get null, (r) ->
return me.notify "No post found: #{r.error}" if r.error
for v in r.result
v.text = v.title
v.complex = true