Skip to content

Commit f586f50

Browse files
author
Till Brehm
committed
Merge branch 'develop' into 'develop'
Fix PHP warning and update number of class update See merge request ispconfig/ispconfig3!1918
2 parents c1f1305 + 7c4df98 commit f586f50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

install/patches/upd_0100.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
if(!defined('INSTALLER_RUN')) die('Patch update file access violation.');
44

5-
class upd_0099 extends installer_patch_update {
5+
class upd_0100 extends installer_patch_update {
66

77
public function onAfterSQL() {
88
global $inst;
@@ -12,7 +12,6 @@ public function onAfterSQL() {
1212
unlink('/usr/local/ispconfig/server/plugins-available/nginx_reverseproxy_plugin.inc.php');
1313
if(!is_link('/usr/local/ispconfig/server/plugins-enabled/bind_dlz_plugin.inc.php'))
1414
unlink('/usr/local/ispconfig/server/plugins-available/bind_dlz_plugin.inc.php');
15-
1615
}
1716

1817
}

0 commit comments

Comments
 (0)