Bug 30952: Fix the 'keep_text' feature of the search bar
[koha-ffzg.git] / about.pl
index 20ee2ea..e92015f 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -125,7 +125,7 @@ if ($^O ne 'VMS') {
 my $zebraVersion = `zebraidx -V`;
 
 # Check running PSGI env
-if ( C4::Context::psgi_env ) {
+if ( C4::Context->psgi_env ) {
     $template->param(
         is_psgi => 1,
         psgi_server => ($ENV{ PLACK_ENV }) ? "Plack ($ENV{PLACK_ENV})" :