summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/pfSense-pkg-pfBlockerNG/files/usr/local/pkg/pfblockerng.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/pfSense-pkg-pfBlockerNG/files/usr/local/pkg/pfblockerng.xml b/net/pfSense-pkg-pfBlockerNG/files/usr/local/pkg/pfblockerng.xml
index e324030..319a9b4 100644
--- a/net/pfSense-pkg-pfBlockerNG/files/usr/local/pkg/pfblockerng.xml
+++ b/net/pfSense-pkg-pfBlockerNG/files/usr/local/pkg/pfblockerng.xml
@@ -466,11 +466,11 @@
include_once('/usr/local/pkg/pfblockerng/pfblockerng_install.inc');
]]>
</custom_php_install_command>
- <custom_php_deinstall_command>
+ <custom_php_pre_deinstall_command>
<![CDATA[
- pfblockerng_php_deinstall_command();
+ pfblockerng_php_pre_deinstall_command();
]]>
- </custom_php_deinstall_command>
+ </custom_php_pre_deinstall_command>
<custom_php_validation_command>
<![CDATA[
pfblockerng_validate_input($_POST, $input_errors);
OpenPOWER on IntegriCloud