From: Tobias Date: Sat, 1 May 2010 10:56:52 +0000 (+0000) Subject: fixing documentation (it seems the function name has changed) X-Git-Tag: 1.31.0-rc.0~36971 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=commitdiff_plain;h=1161315085999de792a35570354796aa442e649a;p=lhc%2Fweb%2Fwiklou.git fixing documentation (it seems the function name has changed) --- diff --git a/includes/Article.php b/includes/Article.php index 7915e80563..2ec76b1f1f 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1604,7 +1604,7 @@ class Article { /** * Insert a new empty page record for this article. * This *must* be followed up by creating a revision - * and running $this->updateToLatest( $rev_id ); + * and running $this->updateRevisionOn( ... ); * or else the record will be left in a funky state. * Best if all done inside a transaction. *