mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-12 06:56:24 +00:00
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:
parent
34bcece2d7
commit
f6aa0e0a09
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ if (!function_exists('clone')) {
|
||||||
* Components, and Helpers.
|
* Components, and Helpers.
|
||||||
*
|
*
|
||||||
* @return array Array of paths indexed by type
|
* @return array Array of paths indexed by type
|
||||||
|
* @deprecated See Configure::corePaths
|
||||||
*/
|
*/
|
||||||
function paths() {
|
function paths() {
|
||||||
$directories = Configure::getInstance();
|
$directories = Configure::getInstance();
|
||||||
|
|
Loading…
Add table
Reference in a new issue