From 48e9c51366896f325e62ca5f36a20eacf14402ff Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 12 Nov 2014 17:02:00 +0100 Subject: [PATCH] [PASSED QA] Bug 13223: [QA Follow-up] Trivial change to one POD line The line referred to Plugin while it should be FrameworkPlugin. (I renamed the module in the process but forgot this line.) Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer --- Koha/Util/FrameworkPlugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Util/FrameworkPlugin.pm b/Koha/Util/FrameworkPlugin.pm index 698b68a..f0eabc0 100644 --- a/Koha/Util/FrameworkPlugin.pm +++ b/Koha/Util/FrameworkPlugin.pm @@ -32,7 +32,7 @@ BEGIN { =head1 NAME -Koha::Util::Plugin - utility class with routines for framework plugins +Koha::Util::FrameworkPlugin - utility class with routines for framework plugins =head1 FUNCTIONS -- 1.9.1