Index: trunk/extensions/Translate/ffs/Gettext.php |
— | — | @@ -283,7 +283,7 @@ |
284 | 284 | public static function parseHeaderTags( $headers ) { |
285 | 285 | $tags = array(); |
286 | 286 | foreach ( explode( "\n", $headers ) as $line ) { |
287 | | - if ( strpos( $header, ':' ) === false ) { |
| 287 | + if ( strpos( $line, ':' ) === false ) { |
288 | 288 | error_log( __METHOD__ . ": $line" ); |
289 | 289 | } |
290 | 290 | list( $key, $value ) = explode( ': ', $line, 2 ); |