Index: trunk/phase3/includes/SkinTemplate.php |
— | — | @@ -344,8 +344,8 @@ |
345 | 345 | $tpl->setRef( 'newtalk', $newtalks ); |
346 | 346 | $tpl->setRef( 'skin', $this ); |
347 | 347 | $tpl->set( 'logo', $this->logoText() ); |
348 | | - if ( $out->isArticle() and ( !isset( $oldid ) or isset( $diff ) ) and |
349 | | - $wgArticle and 0 != $wgArticle->getID() ){ |
| 348 | + if ( $out->isArticle() && ( !isset( $oldid ) || isset( $diff ) ) && |
| 349 | + $wgArticle && 0 != $wgArticle->getID() ){ |
350 | 350 | if ( !$wgDisableCounters ) { |
351 | 351 | $viewcount = $wgLang->formatNum( $wgArticle->getCount() ); |
352 | 352 | if ( $viewcount ) { |