From fc1a438782c8d87a90df950311655ab69524dbbf Mon Sep 17 00:00:00 2001 From: Epagris Date: Mon, 16 Sep 2024 21:49:19 +0200 Subject: [PATCH] - typo fixed --- interface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.php b/interface.php index 70b3ba9..e691a5f 100644 --- a/interface.php +++ b/interface.php @@ -599,7 +599,7 @@ function dump_actions(ReqHandler &$rh, array $params): string { return $rh->dump_actions(); } -$rh->add("dump_actions", [], PRIVILEGE_QUIZMASTER, "dump_actions", RESP_PLAIN, "Dump registered all actions."); +$rh->add("dump_actions", [], PRIVILEGE_QUIZMASTER, "dump_actions", RESP_PLAIN, "Dump all registered actions."); // ----------