Bug 27948: (QA follow-up) Remove NewsChannels reference
We only need to remove the obsolete module here. Note that the two NewsToDisplay calls were removed already. Replaced by a KohaNews.get call. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
187fd73e13
commit
58946fc432
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ use CGI qw ( -utf8 );
|
|||
use C4::Auth;
|
||||
use C4::Output;
|
||||
use C4::Context;
|
||||
use C4::NewsChannels;
|
||||
|
||||
use Koha::Biblios;
|
||||
use Koha::Patrons;
|
||||
|
|
Loading…
Reference in a new issue