Removed some code from admin/create_web, the purpose of which was incomprehensible

This commit is contained in:
Alexey Verkhovsky 2005-03-26 00:19:31 +00:00
parent 2969b38bd0
commit dfcc891795
2 changed files with 0 additions and 9 deletions

View file

@ -44,9 +44,6 @@ class AdminController < ApplicationController
end
else
# no form submitted -> render template
if @wiki.system[:password].nil?
redirect_to :controller => 'wiki', :action => 'index'
end
end
end