Bug 23590: (QA follow-up) Fix some problems created by recent changes and updatedatab...
[koha-equinox.git] / suggestion / add_user_search.pl
index 290f80d..2501447 100755 (executable)
@@ -33,7 +33,7 @@ my ( $template, $loggedinuser, $cookie, $staff_flags ) = get_template_and_user(
         query           => $input,
         type            => "intranet",
         authnotrequired => 0,
-        flagsrequired   => { acquisition => 'suggestions_manage' },
+        flagsrequired   => { suggestions => 'suggestions_manage' },
     }
 );