mod_storage_sql: Include missing parameter table key 'port'
authorKim Alvefur <zash@zash.se>
Thu, 01 Dec 2016 03:22:42 +0100
changeset 7756 c276d72d4e17
parent 7755 56abe6a8e761
child 7757 560d2e758d4c
mod_storage_sql: Include missing parameter table key 'port'
plugins/mod_storage_sql.lua
--- a/plugins/mod_storage_sql.lua	Tue Nov 29 08:20:42 2016 +0100
+++ b/plugins/mod_storage_sql.lua	Thu Dec 01 03:22:42 2016 +0100
@@ -447,7 +447,7 @@
 		username = params.username;
 		password = params.password;
 		host = params.host;
-		params.port;
+		port = params.port;
 	};
 end