Merge pull request #21571 from owncloud/query_secure_random

Just query the securerandom from the container
This commit is contained in:
Roeland Douma 2016-01-09 20:56:37 +01:00
commit b1698e42d6
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ class Server extends ServerContainer implements IServerContainer {
? $_SERVER['REQUEST_METHOD']
: null,
],
new SecureRandom(),
$c->getSecureRandom(),
$c->getConfig()
);