From ae9032f23f514b5bed7dc7ad2888cac24cc76f28 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Fri, 29 Jul 2016 19:03:45 +0200 Subject: [PATCH] Add missing semicolon --- .../lib/system/package/PackageInstallationDispatcher.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php b/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php index bd53c43ce0..23f087dc76 100644 --- a/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php @@ -225,7 +225,7 @@ class PackageInstallationDispatcher { $statement->execute([ 'debug', 'mail_send_method' - ]) + ]); } // update options.inc.php -- 2.20.1