fixes #1977 new trigger loc_action_before_http_headers

This commit is contained in:
plegall
2023-09-08 17:53:34 +02:00
parent 6875f4a362
commit 09979e8a1e

View File

@@ -157,6 +157,8 @@ else if ($_GET['part'] == 'f')
pwg_log($_GET['id'], 'high', $format['format_id']);
}
trigger_notify('loc_action_before_http_headers');
$http_headers = array();
$ctype = null;