Signed-off-by: Peter Spicer <sleeping@myperch.org>
@@ -449,7 +449,7 @@ WHERE variable LIKE 'integrate_%';
/******************************************************************************/
---# Showing contact details to guests should never happen.
DELETE FROM {$db_prefix}settings
-WHERE variable = 'guest_hideContacts';
+WHERE variable IN ('enableStickyTopics', 'guest_hideContacts');
---#
@@ -512,7 +512,7 @@ WHERE variable LIKE 'integrate_%';
@@ -502,7 +502,7 @@ WHERE variable LIKE 'integrate_%';