Enable the quicksend plugin

This commit is contained in:
Daniel Berteaud 2014-02-04 14:03:33 +01:00
parent 3da140776f
commit 074dfa87cc
1 changed files with 4 additions and 0 deletions

View File

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