summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/stduserinfo/src/stdinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stduserinfo/src/stdinfo.cpp b/src/core/stduserinfo/src/stdinfo.cpp
index aeefeda9a4..5acec2d245 100644
--- a/src/core/stduserinfo/src/stdinfo.cpp
+++ b/src/core/stduserinfo/src/stdinfo.cpp
@@ -438,7 +438,7 @@ public:
bool IsEmpty() const override
{
- return IsEmptyValue(m_hContact, itemsNotes);
+ return IsEmptyValue(m_hContact, itemsNotes) && db_mc_isSub(m_hContact);
}
bool OnRefresh() override