Revert "Disable powerfs for now, it breaks publiclets"

Problems with Powerfs plugins have been fixed in Pydio 5.2.1

This reverts commit 6cfae2b4ee.
This commit is contained in:
Daniel Berteaud 2014-02-07 16:59:36 +01:00
parent 74bd399b4e
commit ffe07b3768
1 changed files with 4 additions and 0 deletions

View File

@ -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__',