Skip to content

Commit

Permalink
Fix typo, callback line should be parsed as Perl
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed Jan 2, 2024
1 parent 7d9c904 commit caeb1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/html/Articles/Article/Elements/EditCustomFields
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
Cols => 70
&>
</&>
$m->callback( CallbackName => 'AfterCustomFieldValue', CustomField => $CustomField, Object => $ArticleObj);
% $m->callback( CallbackName => 'AfterCustomFieldValue', CustomField => $CustomField, Object => $ArticleObj);
% }
<%INIT>
my $CustomFields;
Expand Down

0 comments on commit caeb1e9

Please sign in to comment.