mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12030] Fix some spelling issues
PHPBB3-12030
This commit is contained in:
parent
df61389238
commit
2081d973b0
1 changed files with 5 additions and 5 deletions
|
@ -175,10 +175,10 @@ if (sizeof($package->old_packages))
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* When we create the update packages, we try to make them as small as possible.
|
* We try to keep the update packages as small as possible while creating them.
|
||||||
* However sometimes we need to include additional files, that are not included
|
* However, we sometimes need to include additional files that are not included
|
||||||
* in the diff, in order to able to correctly include the relative referenced
|
* in the diff in order to be able to correctly include the relatively
|
||||||
* files from the same or subsequent directories.
|
* referenced files from the same or subsequent directories.
|
||||||
*/
|
*/
|
||||||
$copy_relative_directories = array(
|
$copy_relative_directories = array(
|
||||||
'adm/style/admin.css' => array(
|
'adm/style/admin.css' => array(
|
||||||
|
@ -236,7 +236,7 @@ if (sizeof($package->old_packages))
|
||||||
{
|
{
|
||||||
foreach ($data['copy'] as $source_dir_files => $destination_dir)
|
foreach ($data['copy'] as $source_dir_files => $destination_dir)
|
||||||
{
|
{
|
||||||
// Create Directories along the way?
|
// Create directories along the way?
|
||||||
$directories = explode('/', $destination_dir);
|
$directories = explode('/', $destination_dir);
|
||||||
|
|
||||||
chdir($dest_filename_dir . '/install/update/new');
|
chdir($dest_filename_dir . '/install/update/new');
|
||||||
|
|
Loading…
Add table
Reference in a new issue