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 | 72bc129601bf378498d1c3a7aa826af0c49ac000 (patch) | |
| tree | 47660392a5d09324788d14c99b5dcd7fd6fedb37 /liberty_plugins | |
| parent | 2a83f901f3f10e14cc46a53a1d53b2a71b5706e6 (diff) | |
| download | fisheye-72bc129601bf378498d1c3a7aa826af0c49ac000.tar.gz fisheye-72bc129601bf378498d1c3a7aa826af0c49ac000.tar.bz2 fisheye-72bc129601bf378498d1c3a7aa826af0c49ac000.zip | |
remove unused and confusing registerPlugin parameters: security and path
Diffstat (limited to 'liberty_plugins')
| -rw-r--r-- | liberty_plugins/data.image.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/liberty_plugins/data.image.php b/liberty_plugins/data.image.php index 437392e..372330d 100644 --- a/liberty_plugins/data.image.php +++ b/liberty_plugins/data.image.php @@ -1,7 +1,7 @@ <?php /** - * @version $Revision: 1.1 $ - * $Header: /cvsroot/bitweaver/_bit_fisheye/liberty_plugins/data.image.php,v 1.1 2008/07/08 07:13:57 squareing Exp $ + * @version $Revision: 1.2 $ + * $Header: /cvsroot/bitweaver/_bit_fisheye/liberty_plugins/data.image.php,v 1.2 2008/11/09 09:08:55 squareing Exp $ * @package liberty * @subpackage plugins_storage */ @@ -20,7 +20,6 @@ $pluginParams = array ( 'auto_activate' => TRUE, 'requires_pair' => FALSE, 'syntax' => '{image id= }', - 'path' => LIBERTY_PKG_PATH.'plugins/data.image.php', 'plugin_type' => DATA_PLUGIN, // display icon in quicktags bar |
