1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 12:14:06 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2023-05-29 20:39:08 +02:00
4 changed files with 12 additions and 0 deletions

View File

@@ -46,6 +46,9 @@ class upload
/** @var dispatcher */
protected $phpbb_dispatcher;
/** @var string */
protected $phpbb_root_path;
/** @var plupload Plupload */
protected $plupload;