This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new c3240f8  Broken; does nothing currently
c3240f8 is described below

commit c3240f8a5607cb2ee8410c588aafddf36e8f4f7f
Author: Sebb <[email protected]>
AuthorDate: Sun Jul 12 17:50:47 2020 +0100

    Broken; does nothing currently
---
 www/board/agenda/models/agenda.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/models/agenda.rb 
b/www/board/agenda/models/agenda.rb
index 7324ff8..f51a0ca 100755
--- a/www/board/agenda/models/agenda.rb
+++ b/www/board/agenda/models/agenda.rb
@@ -119,7 +119,7 @@ class Agenda
       # do a full parse in the background if a quick parse was done
       if Agenda[file][:mtime] == -1
         Thread.new do
-          self.update(file, nil) {}
+          # self.update(file, nil) {} # Does not work, because update needs _
           parse(file, :full)
         end
       end

Reply via email to