Merge pull request #782 from ByteHamster/fix-user-creation

Fixed creating new users
This commit is contained in:
H. Lehmann 2019-04-23 15:44:20 +02:00 committed by GitHub
commit 2e2a326c36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,6 @@ class Calendar extends \Flake\Core\Model\Db {
const LABELFIELD = "components"; const LABELFIELD = "components";
protected $aData = [ protected $aData = [
"synctoken" => "",
"components" => "" "components" => ""
]; ];