mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 19:42:41 +00:00
Merge pull request #170 from majna/2.0-i18n-domain
Fixed wrong i18n domain param: 'cake_developer'
This commit is contained in:
commit
ed8daf852b
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ class Folder {
|
|||
if (@chmod($fullpath, intval($mode, 8))) {
|
||||
$this->__messages[] = __d('cake_dev', '%s changed to %s', $fullpath, $mode);
|
||||
} else {
|
||||
$this->__errors[] = __d('cake_deverloper', '%s NOT changed to %s', $fullpath, $mode);
|
||||
$this->__errors[] = __d('cake_dev', '%s NOT changed to %s', $fullpath, $mode);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue