Skip to content

Commit

Permalink
Fix item_citation example
Browse files Browse the repository at this point in the history
  • Loading branch information
zerocrates committed Sep 21, 2020
1 parent 57db554 commit 103d839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Reference/filters/item_citation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Examples
{
protected $_filters = array('item_citation');
public filterItemCitation($citation, $args)
public function filterItemCitation($citation, $args)
{
$citation = "";
return $citation;
Expand Down

0 comments on commit 103d839

Please sign in to comment.