From d8589323a95fbf08348339087d73944dc1a861c2 Mon Sep 17 00:00:00 2001 From: mark_story Date: Fri, 24 Dec 2010 14:22:40 -0500 Subject: [PATCH] Missed a package tag. --- cake/libs/object.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cake/libs/object.php b/cake/libs/object.php index c574402ce..9096ae121 100644 --- a/cake/libs/object.php +++ b/cake/libs/object.php @@ -26,8 +26,7 @@ * Also includes methods for logging and the special method RequestAction, * to call other Controllers' Actions from anywhere. * - * @package cake - * @package cake.cake.libs + * @package cake.libs */ class Object {