diff options
| author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-03-02 14:15:59 -0600 |
|---|---|---|
| committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-03-02 14:15:59 -0600 |
| commit | a6f877c0d84ff102d3812246eae7469e191983e2 (patch) | |
| tree | be1cdff6c816abba3350d129c2d726aef33b5c14 /phpBB/includes/extension | |
| parent | 024c21f30d9873aa21d275ab85a6d662d9024089 (diff) | |
| download | forums-a6f877c0d84ff102d3812246eae7469e191983e2.tar forums-a6f877c0d84ff102d3812246eae7469e191983e2.tar.gz forums-a6f877c0d84ff102d3812246eae7469e191983e2.tar.bz2 forums-a6f877c0d84ff102d3812246eae7469e191983e2.tar.xz forums-a6f877c0d84ff102d3812246eae7469e191983e2.zip | |
[ticket/11386] Fix circular reference error & serialize error
PHPBB3-11386
Diffstat (limited to 'phpBB/includes/extension')
| -rw-r--r-- | phpBB/includes/extension/finder.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/extension/finder.php b/phpBB/includes/extension/finder.php index 15e6db1bbe..f71e32bc8d 100644 --- a/phpBB/includes/extension/finder.php +++ b/phpBB/includes/extension/finder.php @@ -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, ); } } |
