Skip to content

Commit

Permalink
Complete the namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Moravec committed Dec 20, 2012
1 parent a5a42ff commit 6d1fdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/mailsetting/app/models/mailsetting.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def self.send_test_mail(to)
to.tr!("~'\"<>","") to.tr!("~'\"<>","")
`/bin/echo "#{message}" | /bin/mail -s "WebYaST Test Mail" '#{to}' -r root` `/bin/echo "#{message}" | /bin/mail -s "WebYaST Test Mail" '#{to}' -r root`


unless File.directory? File.join(Paths::VAR,"mail") unless File.directory? File.join(YaST::Paths::VAR,"mail")
Rails.logger.debug "directory does not exists...." Rails.logger.debug "directory does not exists...."
return return
end end
Expand Down

0 comments on commit 6d1fdf2

Please sign in to comment.