Merge branch '2.0' into 2.1

Conflicts:
	lib/Cake/View/ThemeView.php
This commit is contained in:
Ceeram 2012-01-26 21:40:18 +01:00
commit 7eda0affe3
8 changed files with 86 additions and 61 deletions

View file

@ -489,7 +489,7 @@ class HtmlHelper extends AppHelper {
*
* Add the script file to the `$scripts_for_layout` layout var:
*
* `$this->Html->script('styles.js', null, array('inline' => false));`
* `$this->Html->script('styles.js', array('inline' => false));`
*
* Add the script file to a custom block:
*

View file

@ -27,5 +27,5 @@ App::uses('View', 'View');
* @package Cake.View
*/
class ThemeView extends View {
}