Skip to content

Commit 623d691

Browse files
author
Florian Schaal
committed
fixed typo in ispconfig_update.php
1 parent b7d3b16 commit 623d691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/scripts/ispconfig_update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function simple_query($query, $answers, $default)
9393
if($method == 'stable') {
9494
$new_version = @file_get_contents('http://www.ispconfig.org/downloads/ispconfig3_version.txt') or die('Unable to retrieve version file.');
9595
$new_version = trim($new_version);
96-
if(version_compare($new_version, ISPC_APP_VERSION, '>') {
96+
if(version_compare($new_version, ISPC_APP_VERSION, '>')) {
9797
passthru('/usr/local/ispconfig/server/scripts/update_from_tgz.sh');
9898
exit;
9999
} else {

0 commit comments

Comments
 (0)