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:
@@ -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,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user