Project

General

Profile

« Previous | Next » 

Revision 7480

Quick fix for bad handling of non-default data/backup directories.

View differences:

ConfigurableProperties.java
157 157
			if (backupPath == null || backupPath.equals("")) {
158 158
				backupPath = SystemUtil.getStoredBackupDir();
159 159
			}
160
			if (backupPath == null || backupPath.equals("") && recommendedExternalDir != null) {
160
			if ((backupPath == null || backupPath.equals("")) && recommendedExternalDir != null) {
161 161
				backupPath = 
162 162
					recommendedExternalDir + FileUtil.getFS() + "." + ServiceService.getRealApplicationContext();
163 163
			}

Also available in: Unified diff