From de8d3ab85a934eceab4ea77356ce80c1e5eb4220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 4 Jan 2012 00:05:44 +0100 Subject: fNode#view: ix previous wrong commit --- lib/zorglub/node.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1-2-g2b99