summaryrefslogtreecommitdiff
path: root/modules_v3/individuals/module.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-01-24 14:40:12 +0000
committerGreg Roach <fisharebest@gmail.com>2015-01-24 14:40:12 +0000
commitbb72d90ada2646d937f4fb66a6eb2aadd7ce0d54 (patch)
treeb0426871d001d1af2203de0c3fc1f35e783ccadb /modules_v3/individuals/module.php
parent0ed07f7bbfe84e43c08f422a69f2cb3daf16b45a (diff)
downloadwebtrees-bb72d90ada2646d937f4fb66a6eb2aadd7ce0d54.tar.gz
webtrees-bb72d90ada2646d937f4fb66a6eb2aadd7ce0d54.tar.bz2
webtrees-bb72d90ada2646d937f4fb66a6eb2aadd7ce0d54.zip
Do not need exit() at the last line of code
Diffstat (limited to 'modules_v3/individuals/module.php')
-rw-r--r--modules_v3/individuals/module.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules_v3/individuals/module.php b/modules_v3/individuals/module.php
index 5dd1412a71..dd79ec3580 100644
--- a/modules_v3/individuals/module.php
+++ b/modules_v3/individuals/module.php
@@ -45,7 +45,6 @@ class individuals_WT_Module extends WT_Module implements WT_Module_Sidebar {
header('HTTP/1.0 404 Not Found');
break;
}
- exit;
}
/** {@inheritdoc} */