Bug 11853: Allow to clear the date of birth at the OPAC
[koha-ffzg.git] / about.pl
index 62d15ed..0a7300c 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -531,7 +531,10 @@ if ( defined C4::Context->config('docdir') ) {
 }
 
 ## Contributors
-my $contributors = LoadFile("$docdir"."/contributors.yaml");
+my $contributors =
+  -e "$docdir" . "/contributors.yaml"
+  ? LoadFile( "$docdir" . "/contributors.yaml" )
+  : {};
 my @people = map {
     {
         name => $_,