1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 21:54:00 +02:00

[ticket/17493] Remove more jabber permissions and elements

PHPBB-17493
This commit is contained in:
Marc Alexander
2025-04-13 21:00:19 +02:00
parent a7c7c38bfb
commit 3128b3fa9b
10 changed files with 26 additions and 323 deletions

View File

@@ -16,7 +16,7 @@ namespace phpbb\cron\task\core;
use phpbb\config\config;
/**
* Queue cron task. Sends email and jabber messages queued by other scripts.
* Queue cron task. Sends email queued by other scripts.
*/
class queue extends \phpbb\cron\task\base
{