FIX: Again, try to get a flexible absolute logo_url

This commit is contained in:
Robin Ward
2013-06-05 18:23:43 -04:00
parent 8328aa97fd
commit 4d1e8356b8
3 changed files with 9 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ module ApplicationHelper
def discourse_csrf_tags
# anon can not have a CSRF token cause these are all pages
# that may be cached, causing a mismatch between session CSRF
# that may be cached, causing a mismatch between session CSRF
# and CSRF on page and horrible impossible to debug login issues
if current_user
csrf_meta_tags