From: Alexander Ebert Date: Fri, 5 Apr 2013 21:54:31 +0000 (+0200) Subject: Fixed typo X-Git-Tag: 2.0.0_Beta_1~390^2~10 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b4a5d368eec380501fb41cd93eb736704f9b5070;p=GitHub%2FWoltLab%2FWCF.git Fixed typo Fixes #1199 --- diff --git a/wcfsetup/install/files/lib/system/package/PackageInstallationSQLParser.class.php b/wcfsetup/install/files/lib/system/package/PackageInstallationSQLParser.class.php index 431b894572..bd5927d06d 100644 --- a/wcfsetup/install/files/lib/system/package/PackageInstallationSQLParser.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageInstallationSQLParser.class.php @@ -218,7 +218,7 @@ class PackageInstallationSQLParser extends SQLParser { $sql = "SELECT packageID FROM wcf".WCF_N."_package_installation_sql_log WHERE sqlTable = ? - AND sqlColum = ?"; + AND sqlColumn = ?"; $statement = WCF::getDB()->prepareStatement($sql); $statement->execute(array( $tableName,