aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-11-15 18:55:04 -0500
committercash <cash.costello@gmail.com>2011-11-16 19:53:04 -0500
commitbd1a206aa44d10531036407d8a0d455bbba96323 (patch)
tree4ee3616391035daf18f2737ac00f404367ce58cb
parent047d2831297ee9d80b7d317c6fe3be217e5944ed (diff)
downloadelgg-bd1a206aa44d10531036407d8a0d455bbba96323.tar.gz
elgg-bd1a206aa44d10531036407d8a0d455bbba96323.tar.bz2
Fixes #4089 corrects documentation of ElggRelationship constructor
-rw-r--r--engine/classes/ElggRelationship.php4
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();