mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-12 06:56:24 +00:00
Merge branch '1.3' of code.cakephp.org:cakephp into 1.3
This commit is contained in:
commit
7b78e475ca
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ class ThemeView extends View {
|
||||||
*/
|
*/
|
||||||
function _paths($plugin = null, $cached = true) {
|
function _paths($plugin = null, $cached = true) {
|
||||||
$paths = parent::_paths($plugin, $cached);
|
$paths = parent::_paths($plugin, $cached);
|
||||||
|
$themePaths = array();
|
||||||
|
|
||||||
if (!empty($this->theme)) {
|
if (!empty($this->theme)) {
|
||||||
$count = count($paths);
|
$count = count($paths);
|
||||||
|
|
Loading…
Add table
Reference in a new issue