Index: trunk/extensions/ProofreadPage/ProofreadPage_body.php |
— | — | @@ -883,7 +883,7 @@ |
884 | 884 | $ts = $tosection; |
885 | 885 | } |
886 | 886 | $out .= '{{#lst:' . $text . '|' . $fromsection . '|' . $ts .'}}'; |
887 | | - } elseif( $page == $to_page && $tosection != null ) { |
| 887 | + } elseif( $page == $to_page && $tosection !== null ) { |
888 | 888 | $out .= '{{#lst:' . $text . '||' . $tosection . '}}'; |
889 | 889 | } else { |
890 | 890 | $out .= '{{:' . $text . '}}'; |