Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / mainpage.pl
index 090d431..c062f5d 100755 (executable)
@@ -32,7 +32,7 @@ use Koha::Patron::Discharge;
 use Koha::Reviews;
 use Koha::ArticleRequests;
 use Koha::ProblemReports;
-use Koha::Quote;
+use Koha::Quotes;
 
 my $query = new CGI;
 
@@ -56,7 +56,7 @@ my $koha_news_count = scalar @$all_koha_news;
 $template->param(
     koha_news       => $all_koha_news,
     koha_news_count => $koha_news_count,
-    daily_quote     => Koha::Quote->get_daily_quote_for_interface(),
+    daily_quote     => Koha::Quotes->get_daily_quote(),
 );
 
 my $branch =