diff options
author | jim-p <jimp@pfsense.org> | 2011-02-25 13:33:59 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-02-25 13:33:59 -0500 |
commit | e8fe8f1ee57a15d76aebe7baf9482c129aadc014 (patch) | |
tree | fb96ebdb027b9bd08a46cfc9ba7ea4c3e0498a66 /config/widescreen/widescreen.xml | |
parent | 0839095b075a53c69f6e511d78a0aa167ff0f318 (diff) | |
download | pfsense-packages-e8fe8f1ee57a15d76aebe7baf9482c129aadc014.tar.gz pfsense-packages-e8fe8f1ee57a15d76aebe7baf9482c129aadc014.tar.bz2 pfsense-packages-e8fe8f1ee57a15d76aebe7baf9482c129aadc014.zip |
Fix function name to reflect the proper package name.
Diffstat (limited to 'config/widescreen/widescreen.xml')
-rw-r--r-- | config/widescreen/widescreen.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/widescreen/widescreen.xml b/config/widescreen/widescreen.xml index 5807fc88..98dd9daa 100644 --- a/config/widescreen/widescreen.xml +++ b/config/widescreen/widescreen.xml @@ -63,9 +63,9 @@ <item>http://www.pfsense.org/packages/config/widescreen/bin/index.php_</item> </additional_files_needed> <custom_php_install_command> - mactovendor_custom_php_install_command(); + widescreen_custom_php_install_command(); </custom_php_install_command> <custom_php_deinstall_command> - mactovendor_custom_php_deinstall_command(); + widescreen_custom_php_deinstall_command(); </custom_php_deinstall_command> </packagegui> |