From 0c89ef036069a6bf2ce95b97d2fbb8b1d2d431d7 Mon Sep 17 00:00:00 2001 From: fanqiang <316257774@qq.com> Date: Mon, 12 Aug 2013 23:05:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E5=86=8CBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/helpers/application_helper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 40962c680..1419047f8 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1012,9 +1012,11 @@ module ApplicationHelper ###xianbo end ###by xianbo + unless pramas[:repository].nil? if params[:repository][:upassword]=="" html << "
  • 密码不能设置为空。
  • \n" end + end ###xianbo html << "\n" end