Bug 3881: OPAC Privacy reimplementation
[koha_gimpoz] / opac / opac-suggestions.pl
index a2a6670..2f0dc36 100755 (executable)
@@ -48,7 +48,7 @@ if ( C4::Context->preference("AnonSuggestions") ) {
         }
     );
     if ( !$$suggestion{suggestedby} ) {
-        $$suggestion{suggestedby} = C4::Context->preference("AnonSuggestions");
+        $$suggestion{suggestedby} = C4::Context->preference("AnonymousPatron");
     }
 }
 else {