diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-24 02:11:10 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-24 02:11:10 +0000 |
commit | b056a106b88de474d9899cb593b3f44ce5a52673 (patch) | |
tree | 27e20b290bb7a886a875c4bef2ff183189f36c7b /IkiWiki/Setup | |
parent | 8926a3bfbe84b9628c0a441d73059029eb47300b (diff) |
load index before refresh
Diffstat (limited to 'IkiWiki/Setup')
-rw-r--r-- | IkiWiki/Setup/Standard.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Setup/Standard.pm b/IkiWiki/Setup/Standard.pm index 56ed5ab3b..c5a67afdf 100644 --- a/IkiWiki/Setup/Standard.pm +++ b/IkiWiki/Setup/Standard.pm @@ -38,6 +38,7 @@ sub setup_standard { checkconfig(); lockwiki(); + loadindex(); refresh(); debug("done"); |