Enable the quicksend plugin

tags/0.2.4_el5
Daniel Berteaud 11 years ago
parent 3da140776f
commit 074dfa87cc
  1. 4
      root/etc/e-smith/templates/var/lib/pydio/plugins/conf.serial/plugins_configs.ser/10All

@ -85,6 +85,10 @@ $data->{'editor.ckeditor'} = {
'AJXP_PLUGIN_ENABLED' => '__true__'
};
$data->{'action.quicksend'} = {
'AJXP_PLUGIN_ENABLED' => '__true__'
};
$data = serialize($data);
# PHP::Serialization has now way to
# represent a boolean, so lets replace __true__

Loading…
Cancel
Save