1
0
Fork 0

bugfix wrong function call for mruby

This commit is contained in:
a-brandt 2013-06-04 15:18:51 +02:00
parent 7a476e9a13
commit 144c5ca634
1 changed files with 1 additions and 1 deletions

View File

@ -1002,7 +1002,7 @@ int ArangoServer::executeRubyConsole () {
bool ok;
// open the database
openDatabase();
openDatabases();
// load authentication
TRI_LoadAuthInfoVocBase(_vocbase);