Skip to content

Commit

Permalink
fix: Solved PHP fatal error (Redefinition of parameter $nul
Browse files Browse the repository at this point in the history
  • Loading branch information
live627 committed Mar 13, 2021
1 parent 91e7a30 commit 5a48748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modifications_smfv2.xml
Expand Up @@ -672,7 +672,7 @@ function list_CustomForms()
}
// Fucntion to produce a list of custom form fields.
function list_CustomForm_fields($nul, $nul, $nul, $id)
function list_CustomForm_fields($nul0, $nul1, $nul2, $id)
{
global $txt, $scripturl, $smcFunc;
Expand Down

0 comments on commit 5a48748

Please sign in to comment.