Adding to last commit

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3986 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
nate 2006-11-27 04:46:00 +00:00
parent c4bee9b414
commit 1e5dbe0e69

View file

@ -268,7 +268,7 @@ class View extends Object {
}
}
parent::__construct();
ClassRegistry::addObject('_view_', $this);
ClassRegistry::addObject('view', $this);
}
/**