summaryrefslogtreecommitdiff
path: root/includes/controllers/timeline_ctrl.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-05-05 16:54:33 +0000
committerfisharebest <fisharebest@gmail.com>2010-05-05 16:54:33 +0000
commit769088e9a9794b9b02968ec1b9f0f2f0f6d2d3b6 (patch)
tree9b936cfab21fd446d3ed1c2e3b160e669973022c /includes/controllers/timeline_ctrl.php
parent6b02c56b1632a1b4c2199e221d6d2a9d38f90d59 (diff)
downloadwebtrees-769088e9a9794b9b02968ec1b9f0f2f0f6d2d3b6.tar.gz
webtrees-769088e9a9794b9b02968ec1b9f0f2f0f6d2d3b6.tar.bz2
webtrees-769088e9a9794b9b02968ec1b9f0f2f0f6d2d3b6.zip
Fix: Recent changes to technical and genealogy contacts were incomplete
Diffstat (limited to 'includes/controllers/timeline_ctrl.php')
-rw-r--r--includes/controllers/timeline_ctrl.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/controllers/timeline_ctrl.php b/includes/controllers/timeline_ctrl.php
index 278578b858..668ebf583c 100644
--- a/includes/controllers/timeline_ctrl.php
+++ b/includes/controllers/timeline_ctrl.php
@@ -158,7 +158,6 @@ class TimelineControllerRoot extends BaseController {
* check the privacy of the incoming people to make sure they can be shown
*/
function checkPrivacy() {
- global $CONTACT_EMAIL;
$printed = false;
for($i=0; $i<count($this->people); $i++) {
if (!is_null($this->people[$i])) {