Browse Source

Removed the little doc that lied

View::get() never looked up blocks
James Watts 12 years ago
parent
commit
992ab5ea11
1 changed files with 1 additions and 2 deletions
  1. 1 2
      lib/Cake/View/View.php

+ 1 - 2
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.