mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-01 11:30:19 +02:00
Update Utils.java
This commit is contained in:
committed by
GitHub
parent
56ad263d11
commit
9a7a85cb96
@@ -272,7 +272,7 @@ public class Utils {
|
||||
if(getConfigString("history.location", "").length()==0) {
|
||||
return getConfigDir() + File.separator + "url_history.txt";
|
||||
}else{
|
||||
return getConfigString("history.location");
|
||||
return getConfigString("history.location", "");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user