From b4a5d368eec380501fb41cd93eb736704f9b5070 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 5 Apr 2013 23:54:31 +0200 Subject: [PATCH] Fixed typo Fixes #1199 --- .../lib/system/package/PackageInstallationSQLParser.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.20.1