Index: trunk/extensions/Translate/TranslateEditAddons.php |
— | — | @@ -231,6 +231,7 @@ |
232 | 232 | private static function figureMessage( Title $title ) { |
233 | 233 | $text = $title->getDBkey(); |
234 | 234 | $pos = strrpos( $text, '/' ); |
| 235 | + if ( $pos === FALSE ) |
235 | 236 | { |
236 | 237 | $code = ''; |
237 | 238 | $key = $text; |