---
 C4/Auth.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Auth.pm b/C4/Auth.pm
index 98c151e..3f39504 100755
--- a/C4/Auth.pm
+++ b/C4/Auth.pm
@@ -741,7 +741,7 @@ sub checkauth {
                        ($pubshelves, $totshelves) = GetRecentShelves(2, 
$row_count, undef);
                        $total->{'pubtotal'} = $totshelves;
                        $session->param('pubshelves', [EMAIL PROTECTED]);
-                       $session->param('pubtotal', $total->{'pubtotal'});
+                       $session->param('totshelves', $total);
                        C4::Context::set_shelves_userenv('pub',[EMAIL 
PROTECTED]);
                        C4::Context::set_shelves_userenv('tot',$total);
                        
-- 
1.5.5.GIT

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to