1
0
Fork 0

fixed undefined variable access

This commit is contained in:
Jan Steemann 2014-02-26 10:38:17 +01:00
parent 9720aed04f
commit 24d607c7ee
1 changed files with 1 additions and 1 deletions

View File

@ -1355,7 +1355,7 @@ function put_api_collection (req, res) {
put_api_collection_rotate(req, res, collection);
}
else {
actions.resultNotFound(req, res, actions.errors.ERROR_HTTP_NOT_FOUND,
actions.resultNotFound(req, res, arangodb.ERROR_HTTP_NOT_FOUND,
"expecting one of the actions 'load', 'unload',"
+ " 'truncate', 'properties', 'rename'");
}