diff options
Diffstat (limited to 'modules_v3/GEDFact_assistant/module.php')
| -rw-r--r-- | modules_v3/GEDFact_assistant/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/GEDFact_assistant/module.php b/modules_v3/GEDFact_assistant/module.php index 933e59a61b..4a4cbcc433 100644 --- a/modules_v3/GEDFact_assistant/module.php +++ b/modules_v3/GEDFact_assistant/module.php @@ -48,7 +48,7 @@ class GEDFact_assistant_WT_Module extends WT_Module { break; default: echo $mod_action; - header('HTTP/1.0 404 Not Found'); + http_response_code(404); } } |
