Added "use C4::Context" (how did I forget it earlier?)
This commit is contained in:
parent
3d22e58550
commit
235a0f252b
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ use HTML::Template;
|
|||
use strict;
|
||||
require Exporter;
|
||||
use CGI;
|
||||
use C4::Context;
|
||||
use C4::Search;
|
||||
use C4::Output; # no contains picktemplate
|
||||
|
||||
|
|
Loading…
Reference in a new issue