diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-31 22:11:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-01 11:26:03 -0400 |
commit | 000c87f510bee6085030e084041d595146984a26 (patch) | |
tree | a40f8331e8d6d113d1ca08a214418a41d367856b /doc/bugs | |
parent | a82496d35a39667fb5851334207fc9bb4573cebc (diff) | |
download | ikiwiki-000c87f510bee6085030e084041d595146984a26.tar ikiwiki-000c87f510bee6085030e084041d595146984a26.tar.gz |
don't fail if %config is not set
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/IkiWiki::Setup::load__40____41___broken_outside_ikiwiki__63__.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/IkiWiki::Setup::load__40____41___broken_outside_ikiwiki__63__.mdwn b/doc/bugs/IkiWiki::Setup::load__40____41___broken_outside_ikiwiki__63__.mdwn index b92a96838..e1e29f0a4 100644 --- a/doc/bugs/IkiWiki::Setup::load__40____41___broken_outside_ikiwiki__63__.mdwn +++ b/doc/bugs/IkiWiki::Setup::load__40____41___broken_outside_ikiwiki__63__.mdwn @@ -16,3 +16,5 @@ This is in ikiwiki 2.62.1. I think this call used to work in 2.54 (when you firs >> 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]] |