diff --git a/module/VuFind/src/VuFind/Translator/Loader/ExtendedIni.php b/module/VuFind/src/VuFind/Translator/Loader/ExtendedIni.php index b71ad161504c339b3c64cb7d8f1f7578d9e566c8..ae16efd1564bf1f1926f5a7d795f86800d56fbaf 100644 --- a/module/VuFind/src/VuFind/Translator/Loader/ExtendedIni.php +++ b/module/VuFind/src/VuFind/Translator/Loader/ExtendedIni.php @@ -27,7 +27,7 @@ */ namespace VuFind\Translator\Loader; use Zend\I18n\Translator\Loader\Exception\InvalidArgumentException, - Zend\I18n\Translator\Loader\LoaderInterface, + Zend\I18n\Translator\Loader\FileLoaderInterface, Zend\I18n\Translator\TextDomain; /** @@ -39,7 +39,7 @@ use Zend\I18n\Translator\Loader\Exception\InvalidArgumentException, * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site */ -class ExtendedIni implements LoaderInterface +class ExtendedIni implements FileLoaderInterface { protected $data;