mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 20:39:08 +00:00
[ticket/12273] Remove old parameter from function call
PHPBB3-12273
This commit is contained in:
parent
35f8b7f5ea
commit
bf8b9f0143
1 changed files with 2 additions and 3 deletions
|
@ -59,7 +59,7 @@ class md_exporter
|
|||
{
|
||||
$this->crawl_eventsmd($md_file, 'adm');
|
||||
|
||||
$file_list = $this->get_recursive_file_list($this->root_path . 'adm/style/', 'adm/style/');
|
||||
$file_list = $this->get_recursive_file_list($this->root_path . 'adm/style/');
|
||||
foreach ($file_list as $file)
|
||||
{
|
||||
$file_name = 'adm/style/' . $file;
|
||||
|
@ -82,8 +82,7 @@ class md_exporter
|
|||
foreach ($styles as $style)
|
||||
{
|
||||
$file_list = $this->get_recursive_file_list(
|
||||
$this->root_path . 'styles/' . $style . '/template/',
|
||||
'styles/' . $style . '/template/'
|
||||
$this->root_path . 'styles/' . $style . '/template/'
|
||||
);
|
||||
|
||||
foreach ($file_list as $file)
|
||||
|
|
Loading…
Add table
Reference in a new issue