Fix 'Declaration of SessionStorageWrapper::__construct()...'
This commit is contained in:
parent
b3356b1288
commit
8cd47e4f03
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class SessionStorageWrapper extends PermissionsMask {
|
|||
/**
|
||||
* @param array $arguments ['storage' => $storage]
|
||||
*/
|
||||
public function __construct(array $arguments) {
|
||||
public function __construct($arguments) {
|
||||
// disable sharing permission
|
||||
$arguments['mask'] = Constants::PERMISSION_ALL & ~Constants::PERMISSION_SHARE;
|
||||
parent::__construct($arguments);
|
||||
|
|
Loading…
Reference in a new issue