From 992ab5ea11521c113cd0bcbd72cd350f9e1e9a37 Mon Sep 17 00:00:00 2001 From: James Watts Date: Wed, 14 May 2014 20:06:37 +0200 Subject: [PATCH] Removed the little doc that lied View::get() never looked up blocks --- lib/Cake/View/View.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Cake/View/View.php b/lib/Cake/View/View.php index c6a95d8e0..27857c380 100644 --- a/lib/Cake/View/View.php +++ b/lib/Cake/View/View.php @@ -597,8 +597,7 @@ class View extends Object { } /** - * Returns the contents of the given View variable or a block. - * Blocks are checked before view variables. + * Returns the contents of the given View variable. * * @param string $var The view var you want the contents of. * @param mixed $default The default/fallback content of $var.