From ce5002a6ed06e7ca49475df4103871e2e574e113 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 1 Feb 2015 15:57:53 +0100 Subject: [PATCH] Fixed some typos --- wcfsetup/install/files/acp/install.php | 4 ++-- .../files/acp/rebuild_comments_com.woltlab.wcf_2.1.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@