Index: trunk/phase3/includes/actions/CreditsAction.php |
— | — | @@ -67,7 +67,7 @@ |
68 | 68 | wfProfileIn( __METHOD__ ); |
69 | 69 | $s = ''; |
70 | 70 | |
71 | | - if ( isset( $cnt ) && $cnt != 0 ) { |
| 71 | + if ( $cnt != 0 ) { |
72 | 72 | $s = self::getAuthor( $this->page ); |
73 | 73 | if ( $cnt > 1 || $cnt < 0 ) { |
74 | 74 | $s .= ' ' . $this->getContributors( $cnt - 1, $showIfMax ); |