summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/zorglub/node.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zorglub/node.rb b/lib/zorglub/node.rb
index 4e09a7c..f2aaa72 100644
--- a/lib/zorglub/node.rb
+++ b/lib/zorglub/node.rb
@@ -137,7 +137,7 @@ module Zorglub
end
#
def view view=nil
- @action[:view] = r(view) unless view.nil? or view.empty?
+ @action[:view] = view unless view.nil? or view.empty?
return '' if @action[:view].nil?
File.join(Config.view_base_path, @action[:view])+Config.engine_ext(@action[:engine])
end