workaround
authorbremner <bremner@web>
Sun, 31 Aug 2008 21:58:42 +0000 (17:58 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 31 Aug 2008 21:58:42 +0000 (17:58 -0400)
doc/bugs/IkiWiki::Setup::load__40____41___broken_outside_ikiwiki__63__.mdwn

index a7ad54d6013301f541fd179e66244344a8c6d760..b92a96838b56ce4228eadeff8e0bf708532a5a34 100644 (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.