mod_pubsub: Fix syntax error
authorKim Alvefur <zash@zash.se>
Wed, 23 May 2018 01:00:01 +0200
changeset 8825 4afa77e0d2b0
parent 8824 c1014eac2a1a
child 8826 0cf281afdf0e
mod_pubsub: Fix syntax error
plugins/mod_pubsub/pubsub.lib.lua
--- a/plugins/mod_pubsub/pubsub.lib.lua	Wed May 23 00:55:33 2018 +0200
+++ b/plugins/mod_pubsub/pubsub.lib.lua	Wed May 23 01:00:01 2018 +0200
@@ -65,6 +65,7 @@
 			{ label = "Messages of type normal", value = "normal" },
 			{ label = "Messages of type headline", value = "headline", default = true },
 		};
+	};
 };
 
 local service_method_feature_map = {