summaryrefslogtreecommitdiff
path: root/includes/controllers/lifespan_ctrl.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/controllers/lifespan_ctrl.php')
-rw-r--r--includes/controllers/lifespan_ctrl.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/controllers/lifespan_ctrl.php b/includes/controllers/lifespan_ctrl.php
index b24126d68a..d9f16b1d6f 100644
--- a/includes/controllers/lifespan_ctrl.php
+++ b/includes/controllers/lifespan_ctrl.php
@@ -568,7 +568,6 @@ class LifespanControllerRoot 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 (!$this->people[$i]->canDisplayDetails()) {