mirror of
https://github.com/redmine/redmine.git
synced 2025-11-14 17:26:06 +01:00
Set temporary path cache variable as a String back again so that TCPDF handles error messages fine.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9968 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -86,10 +86,10 @@ class TCPDF
|
||||
@@k_small_ratio = 2/3.0
|
||||
|
||||
cattr_accessor :k_path_cache
|
||||
@@k_path_cache = Rails.root.join('tmp')
|
||||
@@k_path_cache = Rails.root.join('tmp').to_path
|
||||
|
||||
cattr_accessor :k_path_url_cache
|
||||
@@k_path_url_cache = Rails.root.join('tmp')
|
||||
@@k_path_url_cache = Rails.root.join('tmp').to_path
|
||||
|
||||
cattr_accessor :decoder
|
||||
|
||||
|
||||
Reference in New Issue
Block a user