Bug 10080 - Change system pref IndependantBranches to IndependentBranches
[koha.git] / mainpage.pl
index 9085630..4159618 100755 (executable)
@@ -51,7 +51,7 @@ $template->param(
 );
 
 my $branch =
-  C4::Context->preference("IndependantBranches")
+  C4::Context->preference("IndependentBranches")
   && !$flags->{'superlibrarian'}
   ? C4::Context->userenv()->{'branch'}
   : undef;