Bug 16157: Move the selected flag from GetAuthorisedValues to the templates
[koha.git] / Koha / Template / Plugin / AuthorisedValues.pm
index 36ddce1..62565e0 100644 (file)
@@ -29,8 +29,8 @@ sub GetByCode {
 }
 
 sub Get {
-    my ( $self, $category, $selected, $opac ) = @_;
-    return GetAuthorisedValues( $category, $selected, $opac );
+    my ( $self, $category, $opac ) = @_;
+    return GetAuthorisedValues( $category, $opac );
 }
 
 sub GetAuthValueDropbox {