Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -194,9 +194,7 @@ |
195 | 195 | $this->firstCallInit(); |
196 | 196 | } |
197 | 197 | $this->mOutput = new ParserOutput; |
198 | | - if( $this->mOptions ) { |
199 | | - $this->mOptions->registerWatcher( array( $this->mOutput, 'recordOption' ) ); |
200 | | - } |
| 198 | + $this->mOptions->registerWatcher( array( $this->mOutput, 'recordOption' ) ); |
201 | 199 | $this->mAutonumber = 0; |
202 | 200 | $this->mLastSection = ''; |
203 | 201 | $this->mDTopen = false; |