X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=mainpage.pl;h=415961875115b998fb7ebffbadbfa2b1fec31507;hb=41409f500edf495db114b2277f4916e5a737a0aa;hp=9085630e69863a9ecc8183c678cf6ef1525a3693;hpb=310098fd7b2879bc509541defdad205ad78d5e81;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;