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=bd1a206aa44d10531036407d8a0d455bbba96323;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();