File tree 1 file changed +2
-2
lines changed
docbook/Admin_Guide/en-US
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -866,15 +866,15 @@ $g_status_enum_workflow[CLOSED] ='20:feedback,50:assigned';
866
866
<para >User versions of these functions (overrides) are named like
867
867
<emphasis >custom_function_override_descriptive_name</emphasis >,
868
868
and placed in a file called
869
- <filename >custom_constants_inc .php</filename > that must be saved in
869
+ <filename >custom_functions_inc .php</filename > that must be saved in
870
870
MantisBT's root directory (This is the same place where the
871
871
<filename >config_inc.php</filename > file resides).
872
872
In normal processing, the system will look for override functions
873
873
and execute them instead of the provided default functions.
874
874
</para >
875
875
<para >The simplest way to create a custom function is to copy the
876
876
default one from the api to your override file
877
- (<filename >custom_constants_inc .php</filename >), and rename it
877
+ (<filename >custom_functions_inc .php</filename >), and rename it
878
878
(i.e. replacing 'default' by 'override').
879
879
The specific functionality you need can then be coded into the
880
880
override function.
You can’t perform that action at this time.
0 commit comments