From: Daniel Cannon Date: Sat, 2 Jun 2007 00:45:26 +0000 (+0000) Subject: Minor doc goof -- displays *after* not before. X-Git-Tag: 1.31.0-rc.0~52726 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=6cb029c915ff6538daf24b50ac68353cb3981513;p=lhc%2Fweb%2Fwiklou.git Minor doc goof -- displays *after* not before. --- diff --git a/includes/Article.php b/includes/Article.php index 1621a9c401..5efa2e5350 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -853,7 +853,7 @@ class Article { } /** - * If it's a non-existant page, stick the deletion log before the "noarticle" message. + * If it's a non-existant page, stick the deletion log after the "noarticle" message. * This won't appear when editing a new page, but will when viewing a nonexistant one. */ if ( 0 == $this->getID() ) {