Skip to content

Commit 9208160

Browse files
author
Till Brehm
committed
Merge branch '6779-fix-var' into 'develop'
Fix variable name, #6779 Closes #6779 See merge request ispconfig/ispconfig3!1970
2 parents ee77fa0 + 14a2e69 commit 9208160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
include_once "/usr/local/ispconfig/server/lib/config.inc.php";
112112
$conf_old = $conf;
113113
unset($conf);
114-
define('ISPC_LOG_FILE', $old_conf['ispconfig_log_dir'] . '/update.log');
114+
define('ISPC_LOG_FILE', $conf_old['ispconfig_log_dir'] . '/update.log');
115115

116116
if($dist['id'] == '') die('Linux distribution or version not recognized.');
117117

0 commit comments

Comments
 (0)