You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$db->query("UPDATE config SET value={$enabledModules} WHERE category='MySettings' AND name='tab'");
73
+
$db->query("UPDATE config SET value={$enabledModules} WHERE category='MySettings' AND name='tab' AND NOT (platform='portal' AND platform IS NOT NULL)");
0 commit comments