Merge remote-tracking branch 'schmidt/b/425-avoid-deprec-notation-for-rake-tasks/master'

pull/351/head
Eric Davis 14 years ago
commit 5cbf188032
  1. 2
      lib/tasks/email.rake

@ -167,7 +167,7 @@ END_DESC
end end
desc "Send a test email to the user with the provided login name" desc "Send a test email to the user with the provided login name"
task :test, :login, :needs => :environment do |task, args| task :test, [:login] => :environment do |task, args|
include Redmine::I18n include Redmine::I18n
abort l(:notice_email_error, "Please include the user login to test with. Example: login=examle-login") if args[:login].blank? abort l(:notice_email_error, "Please include the user login to test with. Example: login=examle-login") if args[:login].blank?

Loading…
Cancel
Save