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