refactor: remove cross-component runtime dependencies
Moodle Plugin CI / test (push) Successful in 3m20s

This commit is contained in:
2026-08-12 17:53:02 +00:00
parent 0d4bf6a208
commit a81530d0d7
15 changed files with 204 additions and 51 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ class local_webhooks_events {
public static function response_answer($objectid = 0, array $response = []) {
$context = context_system::instance();
$status = 'Error sending request';
$status = get_string('errorsendingrequest', 'local_webhooks');
if (!empty($response['HTTP/1.1'])) {
$status = $response['HTTP/1.1'];
}