revert call condition f. migration.installSkins

(a bug introduced in fb8ae14b21 , 
see comment on that commit )
pull/51/head
reger 9 years ago
parent 3adb670f44
commit f781b9dd47

@ -75,7 +75,7 @@ public class migration {
migrateWorkFiles(sb); migrateWorkFiles(sb);
} }
} }
if (fromVer < 0.431d) installSkins(sb); installSkins(sb); // FIXME: yes, bad fix for quick release 0.47
// ssl/https support currently on hardcoded default port 8443 (v1.67/9563) // ssl/https support currently on hardcoded default port 8443 (v1.67/9563)
// make sure YaCy can start (disable ssl/https support if port is used) // make sure YaCy can start (disable ssl/https support if port is used)

Loading…
Cancel
Save