From ca663fcd10a2d0850b324d532e73e5854654d29a 2010-07-30 19:18:33 From: Eric Davis Date: 2010-07-30 19:18:33 Subject: [PATCH] Use image_path for the favicon instead to pick up asset hosts. #3301 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3899 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 4d698a2..e407589 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -784,7 +784,7 @@ module ApplicationHelper end def favicon - "" + "" end private