summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2008-11-09 09:08:55 +0000
committerMax Kremmel <xing@synapse.plus.com>2008-11-09 09:08:55 +0000
commit9d8e9a8ecd85e96150d3b17e10b217cf234b8e56 (patch)
treeab0aaea66e0f0a9fb94a08c174331437f61fbd26
parent64d162cc4bc946d52a7758195454de404eb7caa0 (diff)
downloadrss-9d8e9a8ecd85e96150d3b17e10b217cf234b8e56.tar.gz
rss-9d8e9a8ecd85e96150d3b17e10b217cf234b8e56.tar.bz2
rss-9d8e9a8ecd85e96150d3b17e10b217cf234b8e56.zip
remove unused and confusing registerPlugin parameters: security and pathR250
-rw-r--r--liberty_plugins/data.rss.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/liberty_plugins/data.rss.php b/liberty_plugins/data.rss.php
index ae9257c..6d5a277 100644
--- a/liberty_plugins/data.rss.php
+++ b/liberty_plugins/data.rss.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
* @package liberty
* @subpackage plugins_data
*/
@@ -17,7 +17,7 @@
// | Reworked for Bitweaver (& Undoubtedly Screwed-Up)
// | by: StarRider <starrrider@users.sourceforge.net>
// +----------------------------------------------------------------------+
-// $Id: data.rss.php,v 1.1 2008/07/08 07:17:24 spiderr Exp $
+// $Id: data.rss.php,v 1.2 2008/11/09 09:08:55 squareing Exp $
/**
* definitions
@@ -35,8 +35,6 @@ $pluginParams = array (
'description' => tra("Display RSS Feeds"),
'help_function' => 'rss_extended_help',
'syntax' => "{RSS id= max= }",
- 'path' => LIBERTY_PKG_PATH.'plugins/data.rss.php',
- 'security' => 'registered',
'plugin_type' => DATA_PLUGIN,
'biticon' => '{biticon ilocation=quicktag ipackage=rss iname=rss-16x16 iexplain="RSS Feed"}',
'taginsert' => '{rss}'