mirror of
https://github.com/nextcloud/server.git
synced 2026-03-27 04:43:20 -04:00
Update apps/sharebymail/lib/Settings/SettingsManager.php
Small nitpicks Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Nicolas SIMIDE <2083596+dems54@users.noreply.github.com>
This commit is contained in:
parent
4ac636d252
commit
0a8d9341dd
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class SettingsManager {
|
|||
|
||||
private $enforcePasswordProtectionDefault = 'no';
|
||||
|
||||
private $replyToInitiator = 'yes';
|
||||
private $replyToInitiatorDefault = 'yes';
|
||||
|
||||
public function __construct(IConfig $config) {
|
||||
$this->config = $config;
|
||||
|
|
|
|||
Loading…
Reference in a new issue