diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-11-09 09:08:55 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-11-09 09:08:55 +0000 |
| commit | 861652b3bcb97e844aef240fabc6a114c47db652 (patch) | |
| tree | 3ea2a687d56a3c8934612498c5b7e8000e0b7482 /liberty_plugins | |
| parent | 283eabc86a9f79f2eea73e1aba41e591cbf6e80f (diff) | |
| download | articles-861652b3bcb97e844aef240fabc6a114c47db652.tar.gz articles-861652b3bcb97e844aef240fabc6a114c47db652.tar.bz2 articles-861652b3bcb97e844aef240fabc6a114c47db652.zip | |
remove unused and confusing registerPlugin parameters: security and path
Diffstat (limited to 'liberty_plugins')
| -rw-r--r-- | liberty_plugins/data.articles.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/liberty_plugins/data.articles.php b/liberty_plugins/data.articles.php index deca97f..c4bed09 100644 --- a/liberty_plugins/data.articles.php +++ b/liberty_plugins/data.articles.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @package liberty * @subpackage plugins_data */ @@ -18,7 +18,7 @@ // | by: StarRider <starrrider@users.sourceforge.net> // | Reworked from: wikiplugin_articles.php - see deprecated code below // +----------------------------------------------------------------------+ -// $Id: data.articles.php,v 1.1 2008/07/08 06:54:18 squareing Exp $ +// $Id: data.articles.php,v 1.2 2008/11/09 09:08:55 squareing Exp $ /** * definitions @@ -36,8 +36,6 @@ $pluginParams = array ( 'help_page' => 'DataPluginArticles', 'description' => tra( "This plugin will display several Articles." ), 'syntax' => "{ARTICLES max= topic= type= }", - 'path' => LIBERTY_PKG_PATH.'plugins/data.articles.php', - 'security' => 'registered', 'plugin_type' => DATA_PLUGIN ); $gLibertySystem->registerPlugin( PLUGIN_GUID_DATAARTICLES, $pluginParams ); |
