diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-07-10 15:18:54 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-07-10 15:18:54 -0700 |
commit | b7cd2f73c55d600935548abb1282444a592e20a0 (patch) | |
tree | 10ece2f4a19794db6cceef4bfec265ed62bb6935 | |
parent | 0a42d74d5564efdfbbc7c575211d0954d7a01488 (diff) |
PHPDoc fix.
-rw-r--r-- | modules/gallery/libraries/ORM_MPTT.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/libraries/ORM_MPTT.php b/modules/gallery/libraries/ORM_MPTT.php index 3a780d9e..d8d88e4e 100644 --- a/modules/gallery/libraries/ORM_MPTT.php +++ b/modules/gallery/libraries/ORM_MPTT.php @@ -176,7 +176,7 @@ class ORM_MPTT_Core extends ORM { } /** - * Return all of the children of this node, ordered by id. + * Return the number of children of this node. * * @chainable * @param array additional where clauses |