Merge pull request #782 from ByteHamster/fix-user-creation
Fixed creating new users
This commit is contained in:
commit
2e2a326c36
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ class Calendar extends \Flake\Core\Model\Db {
|
||||||
const LABELFIELD = "components";
|
const LABELFIELD = "components";
|
||||||
|
|
||||||
protected $aData = [
|
protected $aData = [
|
||||||
"synctoken" => "",
|
|
||||||
"components" => ""
|
"components" => ""
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue