diff options
Diffstat (limited to 'www/aswiki/files/patch-demo.rb')
-rw-r--r-- | www/aswiki/files/patch-demo.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/aswiki/files/patch-demo.rb b/www/aswiki/files/patch-demo.rb deleted file mode 100644 index 5e21d9db4f1d..000000000000 --- a/www/aswiki/files/patch-demo.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- plugin/demo.rb.dist Wed Jan 8 11:01:21 2003 -+++ plugin/demo.rb Sat Apr 28 13:41:46 2007 -@@ -48,7 +48,7 @@ - # session.close - @data = { - :session_id => session.session_id, -- :md5sum => Digest::MD5::new(@repository.load(@name).to_s).to_s, -+ :md5sum => Digest::MD5::new.update(@repository.load(@name).to_s).to_s, - :msg_list_item => msg_list_item, - :msg_list_add => msg_list_add, - } |