From 705df48dff3a102595aaf070f3e3d0f7cdcbf2a4 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 20 May 2025 20:56:51 +0200 Subject: [PATCH] [ticket/17514] Replace phpBB3 with phpBB in includes PHPBB-17514 --- phpBB/includes/acp/acp_groups.php | 2 +- phpBB/includes/functions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/includes/acp/acp_groups.php b/phpBB/includes/acp/acp_groups.php index bafeafbc06..8264611516 100644 --- a/phpBB/includes/acp/acp_groups.php +++ b/phpBB/includes/acp/acp_groups.php @@ -458,7 +458,7 @@ class acp_groups * Validate the length of "Maximum number of allowed recipients per * private message" setting. We use 16777215 as a maximum because it matches * MySQL unsigned mediumint maximum value which is the lowest amongst DBMSes - * supported by phpBB3. Also validate the submitted colour value. + * supported by phpBB. Also validate the submitted colour value. */ $validation_checks = array( 'max_recipients' => array('num', false, 0, 16777215), diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index c5e60b497d..f725d5f996 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -3194,7 +3194,7 @@ function msg_handler($errno, $msg_text, $errfile, $errline): bool * and converts backslashes to forward slashes. * * @param string $errfile Absolute file path -* (e.g. /var/www/phpbb3/phpBB/includes/functions.php) +* (e.g. /var/www/phpbb/phpBB/includes/functions.php) * Please note that if $errfile is outside of the phpBB root, * the root path will not be found and can not be filtered. * @return string Relative file path