From: Cyperghost Date: Tue, 22 Oct 2024 09:29:36 +0000 (+0200) Subject: Revert changes on spider update script X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fa3abc97cd6124c45591f72e9197872c12996451;p=GitHub%2FWoltLab%2FWCF.git Revert changes on spider update script --- diff --git a/wcfsetup/install/files/acp/update_com.woltlab.wcf_6.1_spider_step1.php b/wcfsetup/install/files/acp/update_com.woltlab.wcf_6.1_spider_step1.php index 28958c96aa..cf91642998 100644 --- a/wcfsetup/install/files/acp/update_com.woltlab.wcf_6.1_spider_step1.php +++ b/wcfsetup/install/files/acp/update_com.woltlab.wcf_6.1_spider_step1.php @@ -17,7 +17,7 @@ use wcf\system\database\table\PartialDatabaseTable; use wcf\system\WCF; $tableNames = WCF::getDB()->getEditor()->getTableNames(); -if (!\in_array('wcf1_spider', $tableNames)) { +if (!\in_array('wcf' . WCF_N . '_spider', $tableNames)) { // The table `wcf1_spider` will be removed by a database PIP that is // executed after this script. return;