Commit f29a834b authored by Sean McGivern's avatar Sean McGivern

Show license admin text when not set

parent 8177803e
......@@ -8,7 +8,7 @@ end
# Needed to run migration
if ActiveRecord::Base.connected? && ActiveRecord::Base.connection.table_exists?('licenses')
message = LicenseHelper.license_message(signed_in: true, is_admin: false, in_html: false)
message = LicenseHelper.license_message(signed_in: true, is_admin: true, in_html: false)
if message.present?
warn "WARNING: #{message}"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment