Bug 14889: Fix typo in Koha/BiblioFrameworks.pm

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
Jonathan Druart 2016-02-10 15:59:11 +00:00 committed by Brendan A Gallagher
parent 209531eae9
commit 676d1e53b3

View file

@ -21,7 +21,7 @@ use Carp;
use Koha::Database;
use Koha::City;
use Koha::BiblioFramework;
use base qw(Koha::Objects);