X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=cataloguing%2Fplugin_launcher.pl;h=f3ef3e863e115586473e990b6df361230dce2609;hb=5e8abb1191f3076ed006dc4f10472ddf5a760291;hp=9a264ab16161ba7367c6451385a870c68f7533cb;hpb=f394170ebc25e19eced78f37b550f93064e40646;p=koha_fer diff --git a/cataloguing/plugin_launcher.pl b/cataloguing/plugin_launcher.pl index 9a264ab161..f3ef3e863e 100755 --- a/cataloguing/plugin_launcher.pl +++ b/cataloguing/plugin_launcher.pl @@ -27,7 +27,7 @@ use C4::Output; my $input = new CGI; my $plugin_name="cataloguing/value_builder/".$input->param("plugin_name"); -# opening plugin. Just check wether we are on a developper computer on a production one +# opening plugin. Just check whether we are on a developer computer on a production one # (the cgidir differs) my $cgidir = C4::Context->intranetdir ."/cgi-bin"; my $vbdir = "$cgidir/cataloguing/value_builder";