Index: trunk/phase3/includes/Article.php |
— | — | @@ -853,7 +853,7 @@ |
854 | 854 | } |
855 | 855 | |
856 | 856 | /** |
857 | | - * If it's a non-existant page, stick the deletion log before the "noarticle" message. |
| 857 | + * If it's a non-existant page, stick the deletion log after the "noarticle" message. |
858 | 858 | * This won't appear when editing a new page, but will when viewing a nonexistant one. |
859 | 859 | */ |
860 | 860 | if ( 0 == $this->getID() ) { |