Fixed some typos
authorAlexander Ebert <ebert@woltlab.com>
Sun, 1 Feb 2015 14:57:53 +0000 (15:57 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 1 Feb 2015 14:57:53 +0000 (15:57 +0100)
wcfsetup/install/files/acp/install.php
wcfsetup/install/files/acp/rebuild_comments_com.woltlab.wcf_2.1.php

index 865b0d6facf358d6ac0ef675b66af1fe6c925fe5..0f6fe42d62b1d2e310991ac81c9ede8dfde19e1b 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
  * @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);
index cbd78c3935055614262c0fcb5c9927f15d907897..78f6c68b23db36a81f0b3a2f4f4ab64a756df55f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
-use wcf\system\WCF;
 use wcf\system\package\SplitNodeException;
+use wcf\system\WCF;
 
 /**
  * @author     Alexander Ebert