1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 12:05:55 +00:00

fix warning in profile edit dialog (2)

This commit is contained in:
Andrew Dolgov
2021-02-10 22:06:01 +03:00
parent 2505ae43a9
commit e7e73193fe

View File

@@ -1228,7 +1228,7 @@ class Pref_Prefs extends Handler_Protected {
print "<td><input onclick='Tables.onRowChecked(this);' dojoType='dijit.form.CheckBox' type='checkbox'></td>"; print "<td><input onclick='Tables.onRowChecked(this);' dojoType='dijit.form.CheckBox' type='checkbox'></td>";
if (!$_SESSION["profile"]) { if (!isset($_SESSION["profile"])) {
$is_active = __("(active)"); $is_active = __("(active)");
} else { } else {
$is_active = ""; $is_active = "";