mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12325] Change private function to protected
PHPBB3-12325
This commit is contained in:
parent
f6a8485dae
commit
21f06ac9e6
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ class build_package
|
|||
return $result;
|
||||
}
|
||||
|
||||
private function add_files_recursive(array &$result, $directory_absolute, $directory)
|
||||
protected function add_files_recursive(array &$result, $directory_absolute, $directory)
|
||||
{
|
||||
$files = scandir($directory_absolute);
|
||||
foreach ($files as $file)
|
||||
|
|
Loading…
Add table
Reference in a new issue