mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Fix some regresions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user