1
0
Fork 0

Merge branch 'devel' of github.com:arangodb/arangodb into devel

This commit is contained in:
hkernbach 2016-04-22 09:14:49 +02:00
commit 22d9de0c2b
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ using namespace arangodb::options;
ActionFeature* ActionFeature::ACTION = nullptr;
ActionFeature::ActionFeature(application_features::ApplicationServer* server)
: ApplicationFeature(server, "Action") {
: ApplicationFeature(server, "Action"),
_allowUseDatabase(false) {
setOptional(true);
requiresElevatedPrivileges(false);
startsAfter("Logger");