Skip to content

Commit

Permalink
Merge branch '2024.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlabci committed Nov 15, 2024
2 parents e7ba283 + 8e512ea commit 75c50ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tine20/Calendar/Model/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class Calendar_Model_Event extends Tinebase_Record_Abstract
self::TYPE => self::TYPE_RECORD,
self::CONFIG => [
self::APP_NAME => Addressbook_Config::APP_NAME,
self::MODEL_NAME => 'Addressbook_Model_Contact',
self::MODEL_NAME => 'Contact',
],
self::NULLABLE => true,
self::UI_CONFIG => [
Expand Down

0 comments on commit 75c50ec

Please sign in to comment.