diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-06-16 07:34:46 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-06-16 07:34:46 +0000 |
| commit | ea566642fec841655a25a39f3f82aa45eb35248a (patch) | |
| tree | 697abc87acf764b30413c6d14b5950efad896b19 /admin | |
| parent | ec5e9f826979167903edfd60e8ee56f04bb30312 (diff) | |
| download | liberty-ea566642fec841655a25a39f3f82aa45eb35248a.tar.gz liberty-ea566642fec841655a25a39f3f82aa45eb35248a.tar.bz2 liberty-ea566642fec841655a25a39f3f82aa45eb35248a.zip | |
remove common_storage_plugin stuff completely. recent modificaions would have rendered plugin selection in LAtt non-functional - this hasn't been in use yet so we'll remove it. also change the order of plugins chosen in LibertyAttachmnt. when we upload a regular file, the fisheye plugin should NOT be the one we pick first due to its dependence on fisheye.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index c6e7ab8..cd22f5b 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -268,7 +268,6 @@ $gBitInstaller->registerPreferences( LIBERTY_PKG_NAME, array( // array(LIBERTY_PKG_NAME, 'liberty_attachment_style', 'standard'), // The default for new installs is htmlpurifier old stays simple array(LIBERTY_PKG_NAME, 'liberty_html_purifier', 'htmlpurifier'), - array(LIBERTY_PKG_NAME, 'common_storage_plugin', 'bitfile'), ) ); $gBitInstaller->registerSchemaDefault( LIBERTY_PKG_NAME, array( |
