mirror of
https://gitdab.com/cadence/breezewiki.git
synced 2026-03-05 13:40:27 -05:00
Fix siteinfo access when using feature_offline::only
This commit is contained in:
@@ -37,6 +37,9 @@
|
||||
(define siteinfo-default (siteinfo^ "Unknown Wiki" "Main_Page" license-default))
|
||||
(define head-data-default (head-data^ "skin-fandomdesktop" (get-static-url "breezewiki-favicon.svg")))
|
||||
|
||||
(when (config-true? 'feature_offline::only)
|
||||
(void (get-slc)))
|
||||
|
||||
(define/memoize (siteinfo-fetch wikiname) #:hash hash
|
||||
(cond
|
||||
[(config-true? 'feature_offline::only)
|
||||
|
||||
Reference in New Issue
Block a user