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 1ab8990 Needed by asf_file, as_pdf
1ab8990 is described below
commit 1ab89901047e5c4d76c482140e48d9e4c9d2bb9f
Author: Sebb <[email protected]>
AuthorDate: Tue Nov 26 14:59:10 2019 +0000
Needed by asf_file, as_pdf
---
www/secretary/workbench/models/attachment.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/secretary/workbench/models/attachment.rb
b/www/secretary/workbench/models/attachment.rb
index 57805f6..afded69 100644
--- a/www/secretary/workbench/models/attachment.rb
+++ b/www/secretary/workbench/models/attachment.rb
@@ -1,4 +1,5 @@
require 'open3'
+require_relative 'safetemp'
class Attachment
IMAGE_TYPES = %w(.gif, .jpg, .jpeg, .png)