From: Alexander Ebert Date: Sun, 1 Feb 2015 14:57:53 +0000 (+0100) Subject: Fixed some typos X-Git-Tag: 2.1.0_Beta_4~14 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ce5002a6ed06e7ca49475df4103871e2e574e113;p=GitHub%2FWoltLab%2FWCF.git Fixed some typos --- diff --git a/wcfsetup/install/files/acp/install.php b/wcfsetup/install/files/acp/install.php index 865b0d6fac..0f6fe42d62 100644 --- a/wcfsetup/install/files/acp/install.php +++ b/wcfsetup/install/files/acp/install.php @@ -5,12 +5,12 @@ use wcf\util\DateUtil; /** * @author Marcel Werk - * @copyright 2001-2014 WoltLab GmbH + * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License * @package com.woltlab.wcf * @category Community Framework */ -// change the priority of the PIP's to "1" +// change the priority of the PIPs to "1" $sql = "UPDATE wcf".WCF_N."_package_installation_plugin SET priority = ?"; $statement = WCF::getDB()->prepareStatement($sql); diff --git a/wcfsetup/install/files/acp/rebuild_comments_com.woltlab.wcf_2.1.php b/wcfsetup/install/files/acp/rebuild_comments_com.woltlab.wcf_2.1.php index cbd78c3935..78f6c68b23 100644 --- a/wcfsetup/install/files/acp/rebuild_comments_com.woltlab.wcf_2.1.php +++ b/wcfsetup/install/files/acp/rebuild_comments_com.woltlab.wcf_2.1.php @@ -1,6 +1,6 @@