@@ -103,7 +103,7 @@ |
||
103 | 103 | $setting = $settings->getAppSetting('server_side_encryption'); |
104 | 104 | $this->cipher = $setting['cipher']; |
105 | 105 | $this->mode = $setting['mode']; |
106 | - $this->rounds = (int)100; |
|
106 | + $this->rounds = (int) 100; |
|
107 | 107 | $this->server_key = \OC::$server->getConfig()->getSystemValue('passwordsalt', ''); |
108 | 108 | ini_set('memory_limit', '1024M'); |
109 | 109 | } |