Skip to content

Commit 7c4df98

Browse files
committed
Fix PHP warning and update number of class update
1 parent c1f1305 commit 7c4df98

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)