mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Add missing static.
This commit is contained in:
parent
42711028ab
commit
6412797dfc
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class CakeTime {
|
|||
* @param array $specifier match from regular expression
|
||||
* @return string converted element
|
||||
*/
|
||||
protected function _translateSpecifier($specifier) {
|
||||
protected static function _translateSpecifier($specifier) {
|
||||
switch ($specifier[1]) {
|
||||
case 'a':
|
||||
$abday = __dc('cake', 'abday', 5);
|
||||
|
|
Loading…
Reference in a new issue