Merge branch '1.3' of code.cakephp.org:cakephp into 1.3

This commit is contained in:
phpnut 2009-11-27 00:55:45 -06:00
commit 7b78e475ca

View file

@ -51,6 +51,7 @@ class ThemeView extends View {
*/
function _paths($plugin = null, $cached = true) {
$paths = parent::_paths($plugin, $cached);
$themePaths = array();
if (!empty($this->theme)) {
$count = count($paths);