mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Correcting error found when testing bake
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4137 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
c52caa321a
commit
a96e93ab3e
1 changed files with 2 additions and 2 deletions
|
@ -45,10 +45,10 @@ class L10n extends Object {
|
|||
/**
|
||||
* Enter description here...
|
||||
*
|
||||
* @var string
|
||||
* @var array
|
||||
* @access public
|
||||
*/
|
||||
var $languagePath = 'eng';
|
||||
var $languagePath = array('eng');
|
||||
/**
|
||||
* Enter description here...
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue