From 712706d8ff98d4f5a6ede97e48912d5d0a9e3604 Mon Sep 17 00:00:00 2001 From: vogelor Date: Tue, 27 Jul 2010 12:19:45 +0000 Subject: [PATCH] typo --- install/autoupdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/autoupdate.php b/install/autoupdate.php index 116c375e9..d273c6aca 100644 --- a/install/autoupdate.php +++ b/install/autoupdate.php @@ -271,7 +271,7 @@ swriteln('Updating ISPConfig'); //** Customise the port ISPConfig runs on -$conf['apache']['vhost_port'] = get_ispconfig_port_number();; +$conf['apache']['vhost_port'] = get_ispconfig_port_number(); $inst->install_ispconfig(); -- GitLab