Fix some regresions

This commit is contained in:
Matias De lellis
2021-09-20 21:26:25 -03:00
parent 2d0d3fc975
commit eaa68be517
5 changed files with 6 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ class SettingsController extends Controller {
switch ($type) {
case SettingsService::COLOR_FOR_NEW_NOTES_KEY:
$value = $this->settingsService->getColorForNewNotes($this->userId);
$value = $this->settingsService->getColorForNewNotes();
break;
default:
$status = self::STATE_FALSE;