mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Removing error view path setting from viewPaths in Configure class
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4586 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
d1134c071c
commit
9b19833273
1 changed files with 0 additions and 1 deletions
|
@ -355,7 +355,6 @@ class Configure extends Object {
|
|||
function __buildViewPaths($viewPaths) {
|
||||
$_this =& Configure::getInstance();
|
||||
$_this->viewPaths[] = VIEWS;
|
||||
$_this->viewPaths[] = VIEWS . 'errors' . DS;
|
||||
if (isset($viewPaths)) {
|
||||
foreach($viewPaths as $value) {
|
||||
$_this->viewPaths[] = $value;
|
||||
|
|
Loading…
Add table
Reference in a new issue