summaryrefslogtreecommitdiff
path: root/app/Place.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Place.php')
-rw-r--r--app/Place.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Place.php b/app/Place.php
index 861f33c7a5..7b02eab256 100644
--- a/app/Place.php
+++ b/app/Place.php
@@ -172,8 +172,8 @@ class Place
'ged' => $this->tree->name(),
]);
} else {
- //TODO: should we be allowed to return null here?
- return \Fisharebest\Webtrees\Html::url('index.php', []);
+ // The place-list module is disabled...
+ return '#';
}
}