summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/pkg_mgr_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 04bd200..1ea2d19 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -422,7 +422,7 @@ foreach ($packages_to_install as $id) {
update_progress_bar($pb_percent);
$pb_percent += 10;
- if($package_conf['custom_php_install_command']) {
+ if($package_conf['custom_php_install_command'] <> "") {
if($package_conf['custom_php_global_functions'] <> "")
if(php_check_syntax($package_conf['custom_php_global_functions'], $error_message) == false)
eval($package_conf['custom_php_global_functions']);
OpenPOWER on IntegriCloud