fix warning in profile edit dialog (2)
This commit is contained in:
parent
2505ae43a9
commit
e7e73193fe
|
@ -1228,7 +1228,7 @@ class Pref_Prefs extends Handler_Protected {
|
|||
|
||||
print "<td><input onclick='Tables.onRowChecked(this);' dojoType='dijit.form.CheckBox' type='checkbox'></td>";
|
||||
|
||||
if (!$_SESSION["profile"]) {
|
||||
if (!isset($_SESSION["profile"])) {
|
||||
$is_active = __("(active)");
|
||||
} else {
|
||||
$is_active = "";
|
||||
|
|
Loading…
Reference in New Issue