Skip to content

Commit

Permalink
Add missing static.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 17, 2012
1 parent 4271102 commit 6412797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Utility/CakeTime.php
Expand Up @@ -101,7 +101,7 @@ public static function convertSpecifiers($format, $time = null) {
* @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);
Expand Down

0 comments on commit 6412797

Please sign in to comment.