From 7c4df98aa7d78897dd344b7976dbfdd489c6e442 Mon Sep 17 00:00:00 2001 From: Michael Seevogel Date: Sat, 15 Jun 2024 15:08:57 +0200 Subject: [PATCH] Fix PHP warning and update number of class update --- install/patches/upd_0100.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/patches/upd_0100.php b/install/patches/upd_0100.php index 137722f8e6..4404b15c39 100644 --- a/install/patches/upd_0100.php +++ b/install/patches/upd_0100.php @@ -2,7 +2,7 @@ if(!defined('INSTALLER_RUN')) die('Patch update file access violation.'); -class upd_0099 extends installer_patch_update { +class upd_0100 extends installer_patch_update { public function onAfterSQL() { global $inst; @@ -12,7 +12,6 @@ class upd_0099 extends installer_patch_update { unlink('/usr/local/ispconfig/server/plugins-available/nginx_reverseproxy_plugin.inc.php'); if(!is_link('/usr/local/ispconfig/server/plugins-enabled/bind_dlz_plugin.inc.php')) unlink('/usr/local/ispconfig/server/plugins-available/bind_dlz_plugin.inc.php'); - } } -- GitLab