Skip to content

Commit

Permalink
#766 Fix method access level
Browse files Browse the repository at this point in the history
  • Loading branch information
haogatyp committed Aug 29, 2023
1 parent e92fc9b commit ce5004d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/oai/models/prefix/marcxml/MarcXmlServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Oai_Model_Prefix_MarcXml_MarcXmlServer extends Oai_Model_BaseServer
*
* @return string
*/
protected function getXsltFile()
public function getXsltFile()
{
return "marc21.xslt";
}
Expand Down

0 comments on commit ce5004d

Please sign in to comment.