diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-15 18:55:04 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-11-15 18:55:04 -0500 |
commit | ed682b22e5a14673090bc9e48ee8c0ecebaadef9 (patch) | |
tree | 75820e0ab55ee7422de9c22598c6e87db09d00e5 | |
parent | 6ee02beb269d4eac6d24d163fd8b9fbbd0bdab14 (diff) | |
download | elgg-ed682b22e5a14673090bc9e48ee8c0ecebaadef9.tar.gz elgg-ed682b22e5a14673090bc9e48ee8c0ecebaadef9.tar.bz2 |
Fixes #4089 corrects documentation of ElggRelationship constructor
-rw-r--r-- | engine/classes/ElggRelationship.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/classes/ElggRelationship.php b/engine/classes/ElggRelationship.php index a0826689d..2d9a32cbd 100644 --- a/engine/classes/ElggRelationship.php +++ b/engine/classes/ElggRelationship.php @@ -10,9 +10,9 @@ class ElggRelationship extends ElggData implements { /** - * Construct a new site object, optionally from a given id value or row. + * Create a relationship object, optionally from a given id value or row. * - * @param mixed $id ElggRelationship id + * @param mixed $id ElggRelationship id, database row, or null for new relationship */ function __construct($id = null) { $this->initializeAttributes(); |