summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-12-15 07:49:03 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-12-15 07:49:03 -0500
commit00c96ce9ca7cb80a38d27104a5eee34d3d748c21 (patch)
tree6ec96353781de2a792d6669510196ce35c640102 /src/usr/local/www
parent62c36887f63240f32e84fdffe4e3f6068a62423c (diff)
parent4cb4d820a9876926693f541b2c81dcedda6423c5 (diff)
downloadpfsense-00c96ce9ca7cb80a38d27104a5eee34d3d748c21.zip
pfsense-00c96ce9ca7cb80a38d27104a5eee34d3d748c21.tar.gz
Merge pull request #2236 from phil-davis/patch-2
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/pkg_edit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/local/www/pkg_edit.php b/src/usr/local/www/pkg_edit.php
index 7a51378..4333da9 100644
--- a/src/usr/local/www/pkg_edit.php
+++ b/src/usr/local/www/pkg_edit.php
@@ -1432,8 +1432,9 @@ print($form);
if ($pkg['note'] != "") {
print_info_box($pkg['note']);
+}
-if ($pkg['custom_php_after_form_command'])
+if ($pkg['custom_php_after_form_command']) {
eval($pkg['custom_php_after_form_command']);
}
OpenPOWER on IntegriCloud