diff options
| -rw-r--r-- | library/WT/GedcomRecord.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/GedcomRecord.php b/library/WT/GedcomRecord.php index b400153d3c..4b2ffdac9e 100644 --- a/library/WT/GedcomRecord.php +++ b/library/WT/GedcomRecord.php @@ -38,7 +38,7 @@ class WT_GedcomRecord { protected $changeEvent=null; private $disp_public=null; // Can we display details of this record to WT_PRIV_PUBLIC private $disp_user =null; // Can we display details of this record to WT_PRIV_USER - private $disp_hidden=null; // Can we display details of this record to WT_PRIV_NONE + private $disp_none =null; // Can we display details of this record to WT_PRIV_NONE private $changed =false; // Is this a new record, pending approval // Cached results from various functions. |
