#693 Users
This commit is contained in:
parent
0627c8d286
commit
33718a0783
@ -72,7 +72,7 @@ class DmsfConvertDocuments
|
||||
if attachment
|
||||
folder.user = attachment.author
|
||||
else
|
||||
folder.user = Users.active.where(:admin => true).first
|
||||
folder.user = User.active.where(:admin => true).first
|
||||
end
|
||||
|
||||
folder.title = document.title
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user