1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/11386] Fix circular reference error & serialize error

PHPBB3-11386
This commit is contained in:
Nathaniel Guse
2013-03-02 14:15:59 -06:00
parent 024c21f30d
commit a6f877c0d8
3 changed files with 13 additions and 4 deletions

View File

@@ -475,7 +475,6 @@ class phpbb_extension_finder
'ext_name' => $ext_name,
'path' => str_replace(array(DIRECTORY_SEPARATOR, $this->phpbb_root_path), array('/', ''), $file_info->getPath()) . '/',
'filename' => $filename,
'file_info' => $file_info,
);
}
}