Fixed error

This commit is contained in:
Graham Campbell 2015-09-06 22:19:34 +01:00
parent eec8c9cb5d
commit 06a1d3d981

View File

@ -3794,7 +3794,7 @@ class File_X509
* @param string $path optional absolute path with / as component separator * @param string $path optional absolute path with / as component separator
* @param bool $create optional * @param bool $create optional
* @access private * @access private
* @return mixed * @return array|false
*/ */
function &_extensions(&$root, $path = null, $create = false) function &_extensions(&$root, $path = null, $create = false)
{ {