diff --git a/library/ZendAfi/Controller/Plugin/SelectionBib.php b/library/ZendAfi/Controller/Plugin/SelectionBib.php
index 789757751bbd3eebcc965d89c3492a4a00bbc730..775a74a728e8fcb9b7aef38a2c115b9e2e819b83 100644
--- a/library/ZendAfi/Controller/Plugin/SelectionBib.php
+++ b/library/ZendAfi/Controller/Plugin/SelectionBib.php
@@ -118,7 +118,7 @@ class ZendAfi_Controller_Plugin_SelectionBib extends Zend_Controller_Plugin_Abst
 
 			if($bib) {
 				$id_bibs=$bib;
-				$message="la bibliothèque : ".utf8_decode(fetchOne("select LIBELLE From bib_c_site Where ID_SITE='$bib'"));
+				$message="la bibliothèque : ".utf8_decode(Class_Bib::find($bib)->getLibelle());
 			}
 		}