aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/extension
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-03-02 14:15:59 -0600
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-03-02 14:15:59 -0600
commita6f877c0d84ff102d3812246eae7469e191983e2 (patch)
treebe1cdff6c816abba3350d129c2d726aef33b5c14 /phpBB/includes/extension
parent024c21f30d9873aa21d275ab85a6d662d9024089 (diff)
downloadforums-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.php1
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,
);
}
}