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 | 007c620852409e683b60bb94a708ee6f1753dc4f (patch) | |
| tree | 684148f23ecd10861154369ea14ffe4bfa77fd23 /liberty_plugins | |
| parent | c572af1a4367c23118fd704cb3279e8b6493e8fd (diff) | |
| download | wiki-007c620852409e683b60bb94a708ee6f1753dc4f.tar.gz wiki-007c620852409e683b60bb94a708ee6f1753dc4f.tar.bz2 wiki-007c620852409e683b60bb94a708ee6f1753dc4f.zip | |
remove unused and confusing registerPlugin parameters: security and path
Diffstat (limited to 'liberty_plugins')
| -rw-r--r-- | liberty_plugins/data.wikigraph.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/liberty_plugins/data.wikigraph.php b/liberty_plugins/data.wikigraph.php index 6994d33..5d0c301 100644 --- a/liberty_plugins/data.wikigraph.php +++ b/liberty_plugins/data.wikigraph.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @package liberty * @subpackage plugins_data */ @@ -18,7 +18,7 @@ // | by: wolff_borg <wolff_borg@yahoo.com.au> // | Reworked from: wikiplugin_wikigraph.php - see deprecated code below // +----------------------------------------------------------------------+ -// $Id: data.wikigraph.php,v 1.1 2008/07/08 07:04:18 squareing Exp $ +// $Id: data.wikigraph.php,v 1.2 2008/11/09 09:08:56 squareing Exp $ /** * definitions */ @@ -38,8 +38,6 @@ $pluginParams = array ( 'description' => tra("Inserts a graph for visual navigation. The graph shows the page and every page that can be reached from that page."), 'help_function' => 'data_wikigraph_help', 'syntax' => "{WIKIGRAPH level= title= nodesep= rankdir= bgcolor= size= fontsize= fontname= shap= nodestyle= nodecolor= nodefillcolor= nodewidth= nodeheight= edgecolor= edgestyle= }".tra("Wiki page name")."{WIKIGRAPH}", - 'path' => LIBERTY_PKG_PATH.'plugins/data.wikigraph.php', - 'security' => 'registered', 'plugin_type' => DATA_PLUGIN ); $gLibertySystem->registerPlugin( PLUGIN_GUID_DATAWIKIGRAPH, $pluginParams ); |
