From 5a822fcfdb0b9f4d3e06b394578b66d6788577d9 Mon Sep 17 00:00:00 2001 From: michel160 Date: Sat, 17 Aug 2013 22:27:13 +0200 Subject: [PATCH] Update EventListenerPackageInstallationPlugin.class.php Error in sql-statement --- .../plugin/EventListenerPackageInstallationPlugin.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/package/plugin/EventListenerPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/EventListenerPackageInstallationPlugin.class.php index 26ce6b6fda..6c3d597da9 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/EventListenerPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/EventListenerPackageInstallationPlugin.class.php @@ -32,7 +32,7 @@ class EventListenerPackageInstallationPlugin extends AbstractXMLPackageInstallat WHERE packageID = ? AND environment = ? AND eventClassName = ? - AND eventName = ?, + AND eventName = ? AND inherit = ? AND listenerClassName = ?"; $statement = WCF::getDB()->prepareStatement($sql); -- 2.20.1