From 981041181a6d3852f39eedc8a35c9592ab2aeedd Mon Sep 17 00:00:00 2001 From: Jalaloedien Abrahams Date: Fri, 16 Feb 2007 08:46:39 +0000 Subject: [PATCH] KTS-1556 "It would be useful for the RSS plugin to be automatically registered." Implemented. --- plugins/rssplugin/RSSPlugin.php | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/plugins/rssplugin/RSSPlugin.php b/plugins/rssplugin/RSSPlugin.php index 2d5a5df..66db7b1 100644 --- a/plugins/rssplugin/RSSPlugin.php +++ b/plugins/rssplugin/RSSPlugin.php @@ -25,6 +25,8 @@ require_once('RSSDocumentLinkAction.php'); } function setup() { + // automatically register the plugin + $this->autoRegister = true; $this->registerAction('folderaction', 'RSSFolderLinkAction', 'ktcore.rss.plugin.folder.link', $sFilename = null); $this->registerAction('documentaction', 'RSSDocumentLinkAction', 'ktcore.rss.plugin.document.link', $sFilename = null); $this->registerDashlet('RSSDashlet', 'ktcore.rss.feed.dashlet', 'RSSDashlet.php'); -- libgit2 0.21.4