diff options
-rwxr-xr-x | checksetup.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl index a4824f57d..6c3fc57b7 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -1315,7 +1315,7 @@ if( Param('webdotbase') && Param('webdotbase') !~ /^https?:/ ) { if(-x Param('webdotbase')) { print "ok: found\n" unless $silent; } else { - print "not a valid executable: " . Param{'webdotbase'} . "\n"; + print "not a valid executable: " . Param('webdotbase') . "\n"; } # Check .htaccess allows access to generated images |