Skip to content

Commit 14a2e69

Browse files
committed
Fix variable name, #6779
1 parent a6164cb commit 14a2e69

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)