summaryrefslogtreecommitdiff
path: root/liberty_plugins
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2009-01-23 18:00:31 +0000
committerMax Kremmel <xing@synapse.plus.com>2009-01-23 18:00:31 +0000
commit0e489c1b0ab3a1d4d4702a42632994bd23b0f7cc (patch)
tree2ef4016c92276bab06a9317f6046f8257f25871a /liberty_plugins
parenta5fa754c8d5d857971c10d0d11db90e1854731ab (diff)
downloadfisheye-0e489c1b0ab3a1d4d4702a42632994bd23b0f7cc.tar.gz
fisheye-0e489c1b0ab3a1d4d4702a42632994bd23b0f7cc.tar.bz2
fisheye-0e489c1b0ab3a1d4d4702a42632994bd23b0f7cc.zip
disable by default
Diffstat (limited to 'liberty_plugins')
-rw-r--r--liberty_plugins/data.image.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/liberty_plugins/data.image.php b/liberty_plugins/data.image.php
index 372330d..dcbc128 100644
--- a/liberty_plugins/data.image.php
+++ b/liberty_plugins/data.image.php
@@ -1,7 +1,7 @@
<?php
/**
- * @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 $
+ * @version $Revision: 1.3 $
+ * $Header: /cvsroot/bitweaver/_bit_fisheye/liberty_plugins/data.image.php,v 1.3 2009/01/23 18:00:31 squareing Exp $
* @package liberty
* @subpackage plugins_storage
*/
@@ -17,7 +17,7 @@ $pluginParams = array (
'description' => tra( "Display an image in other content. This plugin only works with files that have been uploaded using fisheye." ),
'help_page' => 'DataPluginImage',
- 'auto_activate' => TRUE,
+ 'auto_activate' => FALSE,
'requires_pair' => FALSE,
'syntax' => '{image id= }',
'plugin_type' => DATA_PLUGIN,