From f6aa0e0a09cbc079d40673a5bc6e456fa76a6508 Mon Sep 17 00:00:00 2001 From: the_undefined Date: Mon, 19 May 2008 07:09:53 +0000 Subject: [PATCH] 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 --- cake/basics.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cake/basics.php b/cake/basics.php index 34d37e4bd..3c1298c3c 100644 --- a/cake/basics.php +++ b/cake/basics.php @@ -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();