Index: trunk/phase3/includes/Message.php |
— | — | @@ -122,7 +122,7 @@ |
123 | 123 | * @param $key String: message key |
124 | 124 | * @return Message: $this |
125 | 125 | */ |
126 | | - public function key( $key ) { |
| 126 | + public static function key( $key ) { |
127 | 127 | return new Message( $key ); |
128 | 128 | } |
129 | 129 | |