New new name

This commit is contained in:
U-BASIS\dsmyda 2018-12-06 14:14:54 -05:00
parent 75744e76ba
commit b47a3fcbc6

View File

@ -1122,7 +1122,7 @@ public class Case {
*/
//Deny ability to add a data source if the special admin access file is present.
File denyAddDataSourcePermissions = new File(PlatformUtil.getUserConfigDirectory(), "_dsp");
File denyAddDataSourcePermissions = new File(PlatformUtil.getUserConfigDirectory(), "_ndsp");
if(!denyAddDataSourcePermissions.exists()) {
CallableSystemAction.get(AddImageAction.class).setEnabled(true);
}