diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-10-16 20:18:04 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-10-16 20:18:04 +0000 |
| commit | dcfb7766ce0d80fb83d7dca1d2600781fce54b20 (patch) | |
| tree | 0fa0ad3ce76dd3a86bd0b0d87cbe40b0d99e309c | |
| parent | f5f0ef232dca99c64e0ccfcca0d86b8ed868025f (diff) | |
| download | webtrees-dcfb7766ce0d80fb83d7dca1d2600781fce54b20.tar.gz webtrees-dcfb7766ce0d80fb83d7dca1d2600781fce54b20.tar.bz2 webtrees-dcfb7766ce0d80fb83d7dca1d2600781fce54b20.zip | |
#815312 - Clipping Cart Error (fix typo)
| -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. |
