Changeset

8822:4afa77e0d2b0

mod_pubsub: Fix syntax error
author Kim Alvefur <zash@zash.se>
date Wed, 23 May 2018 01:00:01 +0200
parents 8821:c1014eac2a1a
children 8823:0cf281afdf0e
files plugins/mod_pubsub/pubsub.lib.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 = {