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
commitcf385094005f4d3b04243f2425a90e13281102f5 (patch)
tree4c742f8d3a4c3d2449ab81b5ea859a30d849f215
parentee8891008ebbf4295df3bdf6512c7addd7ccf523 (diff)
downloadblogs-cf385094005f4d3b04243f2425a90e13281102f5.tar.gz
blogs-cf385094005f4d3b04243f2425a90e13281102f5.tar.bz2
blogs-cf385094005f4d3b04243f2425a90e13281102f5.zip
remove unused and confusing registerPlugin parameters: security and path
-rw-r--r--liberty_plugins/data.blog.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/liberty_plugins/data.blog.php b/liberty_plugins/data.blog.php
index 7492bfc..28fa3f9 100644
--- a/liberty_plugins/data.blog.php
+++ b/liberty_plugins/data.blog.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
* @package liberty
* @subpackage plugins_data
*/
@@ -18,7 +18,7 @@
// | by: wjames5
// | Reworked from: data.articles.php from wikiplugin_articles.php
// +----------------------------------------------------------------------+
-// $Id: data.blog.php,v 1.1 2008/07/08 06:54:18 squareing Exp $
+// $Id: data.blog.php,v 1.2 2008/11/09 09:08:55 squareing Exp $
/**
* definitions
@@ -38,8 +38,6 @@ $pluginParams = array (
'help_page' => 'DataPluginBlog',
'description' => tra( "This plugin will display several posts from a blog." ),
'syntax' => "{BLOG id= user= max= format= }",
- 'path' => LIBERTY_PKG_PATH.'plugins/data.blog.php',
- 'security' => 'registered',
'plugin_type' => DATA_PLUGIN
);
$gLibertySystem->registerPlugin( PLUGIN_GUID_DATABLOG, $pluginParams );