diff --git a/src/General/lib/post.class b/src/General/lib/post.class index 604eab51a..1afe09336 100755 --- a/src/General/lib/post.class +++ b/src/General/lib/post.class @@ -166,6 +166,7 @@ class Post return unless (fileEl = $ '.file', @nodes.post) and not $('.fileDeletedRes', fileEl) fileText = fileEl.firstElementChild link = $ 'a', fileText + return unless link.nextSibling info = link.nextSibling.textContent @file = text: fileText