1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-16 22:51:23 +02:00

[ticket/12273] Remove old parameter from function call

PHPBB3-12273
This commit is contained in:
Joas Schilling
2014-04-28 00:06:14 +02:00
parent 35f8b7f5ea
commit bf8b9f0143

View File

@@ -59,7 +59,7 @@ class md_exporter
{ {
$this->crawl_eventsmd($md_file, 'adm'); $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) foreach ($file_list as $file)
{ {
$file_name = 'adm/style/' . $file; $file_name = 'adm/style/' . $file;
@@ -82,8 +82,7 @@ class md_exporter
foreach ($styles as $style) foreach ($styles as $style)
{ {
$file_list = $this->get_recursive_file_list( $file_list = $this->get_recursive_file_list(
$this->root_path . 'styles/' . $style . '/template/', $this->root_path . 'styles/' . $style . '/template/'
'styles/' . $style . '/template/'
); );
foreach ($file_list as $file) foreach ($file_list as $file)