diff options
Diffstat (limited to 'packages/arping/arping.xml')
-rw-r--r-- | packages/arping/arping.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/arping/arping.xml b/packages/arping/arping.xml index a678ee64..46846224 100644 --- a/packages/arping/arping.xml +++ b/packages/arping/arping.xml @@ -34,13 +34,12 @@ <type>input</type> </field> </fields> - <custom_php_install_command> arping_package_reinstall(); </custom_php_install_command> - <custom_add_php_command> + <custom_php_after_form_command> arping_package_php_command(); - </custom_add_php_command> + </custom_php_after_form_command> <custom_php_resync_command> arping_package_resync(); </custom_php_resync_command> |