remove deprecated constant

pull/1186/head
Martin Linkhorst 12 years ago
parent dc197a12e5
commit 03b6fa88bc
  1. 4
      vendor/plugins/rfpdf/lib/tcpdf.rb

@ -83,10 +83,10 @@ class TCPDF
@@k_small_ratio = 2/3.0
cattr_accessor :k_path_cache
@@k_path_cache = File.join(RAILS_ROOT, 'tmp')
@@k_path_cache = Rails.root.join('tmp').to_s
cattr_accessor :k_path_url_cache
@@k_path_url_cache = File.join(RAILS_ROOT, 'tmp')
@@k_path_url_cache = Rails.root.join('tmp').to_s
cattr_accessor :decoder

Loading…
Cancel
Save