diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-03-29 02:44:11 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-03-29 02:44:11 -0300 |
commit | e9b575f5224295bcb2a3f0122f55e9792bfd990a (patch) | |
tree | 2e2ab43dee8906a2717c204060b963fa53f198d0 /config | |
parent | 3a1355c9e8c8778030ba8f2237afdd13b234c79c (diff) | |
download | pfsense-packages-e9b575f5224295bcb2a3f0122f55e9792bfd990a.tar.gz pfsense-packages-e9b575f5224295bcb2a3f0122f55e9792bfd990a.tar.bz2 pfsense-packages-e9b575f5224295bcb2a3f0122f55e9792bfd990a.zip |
sarg - fix php_install script call on sarg.inc
Diffstat (limited to 'config')
-rw-r--r-- | config/sarg/sarg.inc | 4 | ||||
-rw-r--r-- | config/sarg/sarg_schedule.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/sarg/sarg.inc b/config/sarg/sarg.inc index 93126def..bdbcdda8 100644 --- a/config/sarg/sarg.inc +++ b/config/sarg/sarg.inc @@ -33,11 +33,11 @@ /* ========================================================================== */ -function sarg_install() { +function sarg_php_install_command() { // reserved } -function sarg_deinstall() { +function sarg_php_deinstall_command() { // reserved } diff --git a/config/sarg/sarg_schedule.xml b/config/sarg/sarg_schedule.xml index b2a6ccc1..aa804364 100644 --- a/config/sarg/sarg_schedule.xml +++ b/config/sarg/sarg_schedule.xml @@ -155,7 +155,7 @@ </field> </fields> <custom_php_install_command> - sarg_install(); + sarg_php_install_command(); </custom_php_install_command> <custom_php_command_before_form> </custom_php_command_before_form> |