From be49b2b9421b9e48424d236814e4b3bb948a5110 Mon Sep 17 00:00:00 2001 From: dogmatic69 Date: Fri, 17 Feb 2012 13:25:37 +0000 Subject: [PATCH] fixing up the docs for Collection::attached(), was showing behaviors but is for all collections --- lib/Cake/Utility/ObjectCollection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Utility/ObjectCollection.php b/lib/Cake/Utility/ObjectCollection.php index 79fff9b8f..f46b7596f 100644 --- a/lib/Cake/Utility/ObjectCollection.php +++ b/lib/Cake/Utility/ObjectCollection.php @@ -261,7 +261,7 @@ abstract class ObjectCollection { } /** - * Gets the list of attached behaviors, or, whether the given behavior is attached + * Gets the list of attached objects, or, whether the given object is attached * * @param string $name Optional. The name of the behavior to check the status of. If omitted, * returns an array of currently-attached behaviors