| Index: trunk/extensions/SubpageSortkey/SubpageSortkey_body.php |
| — | — | @@ -52,7 +52,7 @@ |
| 53 | 53 | |
| 54 | 54 | // Don't prefix an extra \n if the prefix is empty. |
| 55 | 55 | if ( $newPrefix !== '' |
| 56 | | - || $wgSubpageSortkeyIfNoSubpageUseFullName |
| | 56 | + || !$wgSubpageSortkeyIfNoSubpageUseFullName |
| 57 | 57 | ) { |
| 58 | 58 | $unprefixed = $newPrefix . "\n" . $unprefixed; |
| 59 | 59 | } |