]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/IkiWiki::Setup::load__40____41___broken_outside_ikiwiki__63__.mdwn
Add patch
[ikiwiki.git] / doc / bugs / IkiWiki::Setup::load__40____41___broken_outside_ikiwiki__63__.mdwn
index a7ad54d6013301f541fd179e66244344a8c6d760..e1e29f0a47898858e0b5f14102b45709d1dd3a65 100644 (file)
@@ -12,3 +12,9 @@ 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.      
+
+[[done]], sorry for trouble --[[Joey]]