Skip to content
Snippets Groups Projects
Commit 2e91d379 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed problem caused by renamed interface in RC7.

parent 49300da8
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment