X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=admin%2Fadmin-home.pl;h=6595841e7099198bac2780337c11bbaafaa0b3fc;hb=075ef09f48b66df7766c22e1c9ecf1d3cf7a039a;hp=73f2cc8edf02f47128804ce8dbe464b106b4a23c;hpb=9d6d641d1f8b77271800f43bc027b651f9aea52b;p=srvgit diff --git a/admin/admin-home.pl b/admin/admin-home.pl index 73f2cc8edf..6595841e70 100755 --- a/admin/admin-home.pl +++ b/admin/admin-home.pl @@ -24,7 +24,6 @@ use Koha::Plugins; my $query = CGI->new; -my $plugins_enabled = C4::Context->config("enable_plugins"); my $mana_url = C4::Context->config('mana_config'); my ( $template, $loggedinuser, $cookie ) = get_template_and_user( @@ -36,7 +35,6 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( } ); -$template->param( plugins_enabled => $plugins_enabled, ); $template->param( mana_url => $mana_url, ); output_html_with_http_headers $query, $cookie, $template->output;