From: Cash Costello Date: Tue, 15 Nov 2011 23:55:04 +0000 (-0500) Subject: Fixes #4089 corrects documentation of ElggRelationship constructor X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ed682b22e5a14673090bc9e48ee8c0ecebaadef9;p=lorea%2Felgg.git Fixes #4089 corrects documentation of ElggRelationship constructor --- 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();