From bb72d90ada2646d937f4fb66a6eb2aadd7ce0d54 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Sat, 24 Jan 2015 14:40:12 +0000 Subject: Do not need exit() at the last line of code --- modules_v3/individuals/module.php | 1 - 1 file changed, 1 deletion(-) (limited to 'modules_v3/individuals/module.php') 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} */ -- cgit v1.3