Skip to content

Commit

Permalink
tweak(Tinebase/ModelConfiguration): add missing (?) property
Browse files Browse the repository at this point in the history
fix php 8.2 issue:
"Creation of dynamic property Tinebase_ModelConfiguration::$_hasdepeneAttachments is deprecated"
  • Loading branch information
pschuele committed Aug 7, 2024
1 parent 23f63dd commit 1b96ec1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tine20/Tinebase/ModelConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,8 @@ class Tinebase_ModelConfiguration extends Tinebase_ModelConfiguration_Const

protected $_runConvertToRecordFromJson = false;

protected $_hasdepeneAttachments = false;

/**
* inspectBeforeUpdateHooks to be called by \Tinebase_Controller_Record_Abstract::_inspectBeforeUpdate
*
Expand Down

0 comments on commit 1b96ec1

Please sign in to comment.