diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-11-09 09:08:56 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-11-09 09:08:56 +0000 |
| commit | 370b31e7ac5e35e431b0d5e7cadba6f5082faadb (patch) | |
| tree | b3f8cd9e0b772a1dfb4bd36bb798ddca3b07b3bc /liberty_plugins | |
| parent | 85c5d6e4def603e875417e314c6e3c073bad8b0b (diff) | |
| download | users-370b31e7ac5e35e431b0d5e7cadba6f5082faadb.tar.gz users-370b31e7ac5e35e431b0d5e7cadba6f5082faadb.tar.bz2 users-370b31e7ac5e35e431b0d5e7cadba6f5082faadb.zip | |
remove unused and confusing registerPlugin parameters: security and path
Diffstat (limited to 'liberty_plugins')
| -rwxr-xr-x | liberty_plugins/data.userlink.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/liberty_plugins/data.userlink.php b/liberty_plugins/data.userlink.php index b6c56ab..f49b775 100755 --- a/liberty_plugins/data.userlink.php +++ b/liberty_plugins/data.userlink.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ * @package liberty * @subpackage plugins_data * @author bigwasp bigwasp@sourceforge.net @@ -19,7 +19,7 @@ // | by: StarRider <starrrider@sourceforge.net> // | Reworked from: wikiplugin_usercount.php - see deprecated code below // +----------------------------------------------------------------------+ -// $Id: data.userlink.php,v 1.2 2008/10/15 14:04:20 laetzer Exp $ +// $Id: data.userlink.php,v 1.3 2008/11/09 09:08:56 squareing Exp $ /** * definitions @@ -36,8 +36,6 @@ $pluginParams = array ( 'description' => tra("Will show a link to the userpage for a given login name or email."), 'help_function' => 'data_userlink_help', 'syntax' => "{USERLINK login='bigwasp'}", - 'path' => LIBERTY_PKG_PATH.'plugins/data.userlink.php', - 'security' => 'registered', 'plugin_type' => DATA_PLUGIN ); $gLibertySystem->registerPlugin( PLUGIN_GUID_DATAUSERLINK, $pluginParams ); |
