tbrehm
2012-02-22 62ce8d828b086e4ddd3f1ba0fb8a9cef28df417d
Fixed: FS#2081 - PHP Notice: Undefined property when updating ISPConfig on a slave
1 files modified
2 ■■■ changed files
install/update.php 2 ●●● patch | view | raw | blame | history
install/update.php
@@ -362,7 +362,7 @@
swriteln('Updating ISPConfig');
if ($conf['services']['web'] && $inst->ispconfig_interface_installed) {
if ($conf['services']['web'] && $inst->install_ispconfig_interface) {
    //** Customise the port ISPConfig runs on
    $ispconfig_port_number = get_ispconfig_port_number();
    if($conf['webserver']['server_type'] == 'nginx'){