set rebuild before loading plugins
This fixes a recent minor reversion caused by loading plugins earlier than the messages are printed. Some plugins might check if rebuild is set.master
parent
1933e3732c
commit
a3d8f4904e
|
@ -64,6 +64,10 @@ sub setup_standard {
|
|||
}
|
||||
}
|
||||
|
||||
if (! $config{refresh}) {
|
||||
$config{rebuild}=1;
|
||||
}
|
||||
|
||||
loadplugins();
|
||||
checkconfig();
|
||||
|
||||
|
@ -72,7 +76,6 @@ sub setup_standard {
|
|||
}
|
||||
|
||||
if (! $config{refresh}) {
|
||||
$config{rebuild}=1;
|
||||
debug(gettext("rebuilding wiki.."));
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue