X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=mainpage.pl;h=415961875115b998fb7ebffbadbfa2b1fec31507;hb=0b1ed968c425bd98737ce1f6317f6b36b51f4ddd;hp=9085630e69863a9ecc8183c678cf6ef1525a3693;hpb=c27a9818561698a04bbf8ac553d8448686efbddd;p=koha.git diff --git a/mainpage.pl b/mainpage.pl index 9085630e69..4159618751 100755 --- a/mainpage.pl +++ b/mainpage.pl @@ -51,7 +51,7 @@ $template->param( ); my $branch = - C4::Context->preference("IndependantBranches") + C4::Context->preference("IndependentBranches") && !$flags->{'superlibrarian'} ? C4::Context->userenv()->{'branch'} : undef;