Index: trunk/extensions/Translate/ffs/Simple.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | } |
35 | 35 | |
36 | 36 | public function parseStaticHeader() { |
37 | | - if ( $this->staticHeader === null ) { |
| 37 | + if ( $this->staticHeader === '' ) { |
38 | 38 | $this->parseHeader(); |
39 | 39 | } |
40 | 40 | return $this->staticHeader; |
— | — | @@ -69,7 +69,6 @@ |
70 | 70 | $staticHeader .= $line; |
71 | 71 | } |
72 | 72 | } |
73 | | - |
74 | 73 | fclose( $handle ); |
75 | 74 | |
76 | 75 | $this->authors = $authors; |