diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php index bd27d0d44..e0d4c232f 100644 --- a/modules/pref-prefs.php +++ b/modules/pref-prefs.php @@ -158,10 +158,6 @@ } else { - if ($_SESSION["profile"]) { - print_notice("Some preferences are only available in default profile."); - } - if (!SINGLE_USER_MODE) { $result = db_query($link, "SELECT id FROM ttrss_users @@ -287,6 +283,10 @@ print "
"; + if ($_SESSION["profile"]) { + print_notice("Some preferences are only available in default profile."); + } + if ($_SESSION["profile"]) { initialize_user_prefs($link, $_SESSION["uid"], $_SESSION["profile"]); $profile_qpart = "profile = '" . $_SESSION["profile"] . "'";