From ec878fdba7d729dd64a8c172bc65b539e5e0a158 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 4 Mar 2013 15:44:41 +0100 Subject: [PATCH] remove duplicate --- engine/plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/plugin.py b/engine/plugin.py index f3fae50a..3ae318eb 100644 --- a/engine/plugin.py +++ b/engine/plugin.py @@ -95,7 +95,6 @@ class Plugin: # NOTE this plugin_uuid thing might occur in js files from joomla/js, ** do not rename ** def settings_json (self): result = "{" - result += "plugin_uuid:%s,"%self.domid result += ",".join([ self.setting_json(setting) for setting in self.json_settings_list() ]) result += "}" return result -- 2.43.0