summaryrefslogtreecommitdiff
path: root/app/controllers/nodes_controller.rb
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-02-26 14:16:57 +0100
committerhukl <contact@smyck.org>2009-02-26 14:16:57 +0100
commite04151525fa6963f2e55444a156fd47f24423e51 (patch)
tree5e1fb5138837cc7f80649bcfaff87bd1a06f746c /app/controllers/nodes_controller.rb
parent3190145bf0ebca1bdeff036c60ce6280c9d24c70 (diff)
the locale stuff as well as the cloning should work now entirely as expected although the cloning itself isn't really a beauty
Diffstat (limited to 'app/controllers/nodes_controller.rb')
-rw-r--r--app/controllers/nodes_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/nodes_controller.rb b/app/controllers/nodes_controller.rb
index e698ebc..9ba91f6 100644
--- a/app/controllers/nodes_controller.rb
+++ b/app/controllers/nodes_controller.rb
@@ -42,7 +42,7 @@ class NodesController < ApplicationController
42 end 42 end
43 43
44 def edit 44 def edit
45 45 @draft = @node.find_or_create_draft( current_user )
46 end 46 end
47 47
48 def update 48 def update