From 75f1a8406908b62240dee0a4d805bedbf77b34b4 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sun, 11 Mar 2012 21:35:11 -0400 Subject: [PATCH] Fix docs about ordering of callbacks. Refs #GH-555 --- lib/Cake/Controller/Component.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Cake/Controller/Component.php b/lib/Cake/Controller/Component.php index 5736f5b33..b2fd49014 100644 --- a/lib/Cake/Controller/Component.php +++ b/lib/Cake/Controller/Component.php @@ -120,8 +120,8 @@ class Component extends Object { } /** - * Called after the Controller::beforeRender(), after the view class is loaded, and before the - * Controller::render() + * Called before the Controller::beforeRender(), and before + * the view class is loaded, and before Controller::render() * * @param Controller $controller Controller with components to beforeRender * @return void