Skip to content
Snippets Groups Projects
Unverified Commit 0ba80d1b authored by dpsutton's avatar dpsutton Committed by GitHub
Browse files

Correct setting access in enterprise/embedding/utils.clj (#19648)

parent 4ac9b7de
No related merge requests found
......@@ -9,4 +9,5 @@
:visibility :internal
:getter (fn []
(when (premium-features/hide-embed-branding?)
(or (setting/get-string :notification-link-base-url) (public-settings/site-url)))))
(or (setting/get-value-of-type :string :notification-link-base-url)
(public-settings/site-url)))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment