Marked paths() function as deprecated, closes #4615

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6955 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
the_undefined 2008-05-19 07:09:53 +00:00
parent 34bcece2d7
commit f6aa0e0a09

View file

@ -55,6 +55,7 @@ if (!function_exists('clone')) {
* Components, and Helpers.
*
* @return array Array of paths indexed by type
* @deprecated See Configure::corePaths
*/
function paths() {
$directories = Configure::getInstance();