Add missing static.

This commit is contained in:
mark_story 2012-02-16 20:58:43 -05:00
parent 42711028ab
commit 6412797dfc

View file

@ -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);