Removing extra directory separators in uses() paths

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3954 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
nate 2006-11-25 06:42:24 +00:00
parent 11d5b0fa7b
commit e8222444b8

View file

@ -27,7 +27,7 @@
/**
* Include files
*/
uses(DS . 'controller' . DS . 'component', DS . 'view' . DS . 'view');
uses('controller' . DS . 'component', 'view' . DS . 'view');
/**
* Controller
*