plugins: whitespace sweep

This commit is contained in:
Franco Fichtner 2021-08-02 13:24:49 +02:00
parent 11c39082da
commit 566254336a
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
<label>Master IP</label>
<style>tokenize</style>
<type>select_multiple</type>
<allownew>true</allownew>
<allownew>true</allownew>
<help>Set the IP address of master server when using slave mode.</help>
</field>
<field>

View File

@ -96,7 +96,7 @@ class ServiceController extends ApiMutableServiceControllerBase
$this->response->setStatusCode(404, "Not Found");
return array();
}
protected function reconfigureForceRestart() {
return 0;
}