diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-15 18:55:04 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-11-16 19:53:04 -0500 |
commit | bd1a206aa44d10531036407d8a0d455bbba96323 (patch) | |
tree | 4ee3616391035daf18f2737ac00f404367ce58cb /engine/classes | |
parent | 047d2831297ee9d80b7d317c6fe3be217e5944ed (diff) | |
download | elgg-bd1a206aa44d10531036407d8a0d455bbba96323.tar.gz elgg-bd1a206aa44d10531036407d8a0d455bbba96323.tar.bz2 |
Fixes #4089 corrects documentation of ElggRelationship constructor
Diffstat (limited to 'engine/classes')
-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(); |