Revert "Disable powerfs for now, it breaks publiclets"

Problems with Powerfs plugins have been fixed in Pydio 5.2.1

This reverts commit 6cfae2b4ee.
tags/0.2.4_el5
Daniel Berteaud 11 years ago
parent 74bd399b4e
commit ffe07b3768
  1. 4
      root/etc/e-smith/templates/var/lib/pydio/plugins/conf.serial/plugins_configs.ser/10All

@ -58,6 +58,10 @@ $data->{'core.mailer'} = {
'SUBJECT_PREPEND' => ''
};
$data->{'action.powerfs'} = {
'AJXP_PLUGIN_ENABLED' => '__true__'
};
$data->{'index.lucene'} = {
'QUERY_ANALYSER' => 'utf8num_insensitive',
'AJXP_PLUGIN_ENABLED' => '__true__',

Loading…
Cancel
Save