Bug 23653: Remove uneeded cond test
rel_file returns the path anyway Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
e0a4bad3fc
commit
58a30f1b44
1 changed files with 1 additions and 4 deletions
|
@ -47,10 +47,7 @@ sub register {
|
|||
|
||||
if ( C4::Context->config("enable_plugins") )
|
||||
{
|
||||
my $schema = $app->home->rel_file("api/swagger-v2-schema.json");
|
||||
if ($schema){
|
||||
$self->{'swagger-v2-schema'} = $schema;
|
||||
}
|
||||
$self->{'swagger-v2-schema'} = $app->home->rel_file("api/swagger-v2-schema.json");
|
||||
|
||||
# plugin needs to define a namespace
|
||||
@plugins = Koha::Plugins->new()->GetPlugins(
|
||||
|
|
Loading…
Reference in a new issue