Skip to content

Commit

Permalink
Merge pull request #2 from Schlue/FRAMEWORK_6_0
Browse files Browse the repository at this point in the history
Fix a Creation of dynamic property issue
  • Loading branch information
ralflang authored Mar 28, 2024
2 parents 4179e9d + 2650c10 commit db2cc5e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/Horde/Prefs/Identity.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ class Horde_Prefs_Identity
*/
protected $_user = null;

/**
* Array containing all the names.
*
* @var array
*/
protected $_names = [];

/**
* Preference names.
*
Expand Down

0 comments on commit db2cc5e

Please sign in to comment.