mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 21:12:41 +00:00
Wrapping all core messages in translation function
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4129 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
c5ec6b0ea1
commit
4f1c5ef386
20 changed files with 57 additions and 56 deletions
|
@ -349,7 +349,7 @@ class SecurityComponent extends Object {
|
|||
}
|
||||
} else {
|
||||
// Server doesn't support digest-auth headers
|
||||
trigger_error('SecurityComponent::loginCredentials() - Server does not support digest authentication', E_USER_WARNING);
|
||||
trigger_error(__('SecurityComponent::loginCredentials() - Server does not support digest authentication'), E_USER_WARNING);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue