workaround

master
bremner 2008-08-31 17:58:42 -04:00 committed by Joey Hess
parent f7ad016a3f
commit da30f5a8fb
1 changed files with 4 additions and 0 deletions

View File

@ -12,3 +12,7 @@ initialized somehow.
This is in ikiwiki 2.62.1. I think this call used to work in 2.54 (when you first refactored the setup IIRC)
[[DavidBremner]]
>> Updated:
>> It seems that `%config = IkiWiki::defaultsetup();IkiWiki::Setup::load("file");`
>> works (after `use IkiWiki; use IkiWiki::Setup;`). Of course the other api
>> is nicer.