SPARK-1820 (#254)

This commit is contained in:
Speedy
2016-11-06 04:23:25 -06:00
committed by wroot
parent e7e84b52f6
commit ef78fc9166

View File

@ -472,7 +472,7 @@ public class PrivacyManager {
return false; return false;
try { try {
PrivacyList pl = privacyManager.getActiveList(); String pl = privacyManager.getActiveListName();
return pl != null && INVISIBLE_LIST_NAME.equalsIgnoreCase(pl.toString()); return pl != null && INVISIBLE_LIST_NAME.equalsIgnoreCase(pl.toString());
} catch (Exception e){ } catch (Exception e){
// it can return item-not-found if there is no active list. // it can return item-not-found if there is no active list.