remove pre 1.0 migration statement which possibly overwrites user navigator setting

pull/1/head
reger 12 years ago
parent d7fd346917
commit 24d2b4baee

@ -60,10 +60,6 @@ public class migration {
migrateWorkFiles(sb); migrateWorkFiles(sb);
} }
installSkins(sb); // FIXME: yes, bad fix for quick release 0.47 installSkins(sb); // FIXME: yes, bad fix for quick release 0.47
// add new navigation
if (sb.getConfig("search.navigation", "").equals("hosts,authors,namespace,topics")) {
sb.setConfig("search.navigation", "hosts,authors,namespace,topics,filetype,protocol");
}
} }
/* /*
* remove the static defaultfiles. We use them through a overlay now. * remove the static defaultfiles. We use them through a overlay now.

Loading…
Cancel
Save